T
- the type of the nodes wrapped by this interfacepublic interface Traversable<T>
Modifier and Type | Method and Description |
---|---|
Traversable |
child(int position) |
int |
childCount() |
T |
getValue() |
int |
indexOf(Traversable child) |
boolean |
isTraversable() |
Traversable |
parent() |
Traversable child(int position)
int childCount()
Traversable parent()
int indexOf(Traversable child)
T getValue()
boolean isTraversable()