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.Object
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2013-08-03 17:35