|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the actual implementation type of this tree nodepublic interface BinaryTreeNode<T extends BinaryTreeNode<T>>
A TreeNode
specialization with only two child nodes, left and right.
Method Summary | |
---|---|
T |
left()
Returns the left sub node. |
T |
right()
Returns the right sub node. |
Methods inherited from interface org.parboiled.trees.TreeNode |
---|
getParent |
Methods inherited from interface org.parboiled.trees.GraphNode |
---|
getChildren |
Method Detail |
---|
T left()
T right()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |