| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsChildren(E element)
Whether an element can have children.
|
java.util.Comparator<? super E> |
getComparator(int depth)
Returns the comparator used to order path elements of the specified
depth.
|
void |
getPath(java.util.List<E> path,
E element)
Populate path with a list describing the path from a root node to
this element.
|
void getPath(java.util.List<E> path, E element)
path - a list that the implementor shall add their path
elements to via path.add(). This may be a non-empty
List and it is an error to call any method other than add().boolean allowsChildren(E element)
true if this element can have child elements,
or false if it is always a leaf node.java.util.Comparator<? super E> getComparator(int depth)
null.Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2017-07-26 15:03