|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.util.collections.HeirarchicalLinkedListItem
public class HeirarchicalLinkedListItem
| Constructor Summary | |
|---|---|
HeirarchicalLinkedListItem()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Clones this object. |
int |
getChildCount()
Returns the number of direct children the current element contains |
HeirarchicalLinkedListItem |
getFirstChildItem()
Returns ths first child of this item. |
HeirarchicalLinkedListItem |
getLastChildItem()
Returns the last child of this item. |
long |
getModNumber()
Returns the modification number for this item. |
HeirarchicalLinkedListItem |
getNextDepthFirstItem()
Returns the next element in the heirarchical linked list based on a depth-first iteration |
HeirarchicalLinkedListItem |
getNextItem()
Returns the item that is after this item at the same level of heirarchy. |
HeirarchicalLinkedListItem |
getParentItem()
Returns the parent item of this item. |
HeirarchicalLinkedListItem |
getPreviousItem()
Returns the item that is before this item at the same level of heirarchy. |
void |
removeItem()
Removes this item from the heirarchy. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeirarchicalLinkedListItem()
| Method Detail |
|---|
public long getModNumber()
public HeirarchicalLinkedListItem getParentItem()
null if this item has no parent.
public HeirarchicalLinkedListItem getPreviousItem()
null.
public HeirarchicalLinkedListItem getNextItem()
null.
public HeirarchicalLinkedListItem getFirstChildItem()
null.
public HeirarchicalLinkedListItem getLastChildItem()
null.
public void removeItem()
public int getChildCount()
public HeirarchicalLinkedListItem getNextDepthFirstItem()
null if this is the last item.
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||