| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<TreeList.Node<E>> |
getChildren()
List all children of this node.
|
E |
getElement()
Get the List element at the end of this path.
|
int |
hashCode() |
boolean |
isLeaf() |
boolean |
isVisible() |
java.util.List<E> |
path() |
java.lang.String |
toString() |
public E getElement()
public java.util.List<E> path()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isVisible()
true if this node shows up in the output
EventList, or false if it's a descendent of a
collapsed node.public boolean isLeaf()
true if this node has at least one child node,
according to our structure cache.public java.util.List<TreeList.Node<E>> getChildren()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectGlazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2017-07-26 15:03