|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Tree<T>
A tree structure.
Method Summary | |
---|---|
List<Tree<T>> |
getChildren()
Get all the subtree elements for this point on the tree. |
T |
getNode()
Get the datum corresponding to this point on the tree. |
Method Detail |
---|
List<Tree<T>> getChildren()
T getNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |