All Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
<A extends E> A |
getAncestor(E elem,
Class<A> clazz) |
int |
getHeight(E elem) |
int |
getHeight(E fromElem,
E toElem) |
<A extends E> A |
getParent(E elem,
Class<A> clazz) |
String |
getPath(E elem,
Convertor<E,String> convertor,
String separator) |
String |
getRelativePath(E fromElem,
E toElem,
Convertor<E,String> convertor,
String separator) |
E |
getRoot(E elem) |
E |
getSharedAncestor(E elem1,
E elem2) |
boolean |
isAncestor(E elem,
E ancestor) |
boolean |
isRelated(E elem1,
E elem2) |
abstract E |
parent(E elem) |