Interface TreeNode<T extends TreeNode<T>>
- Type Parameters:
T- the actual implementation type of this TreeNode
- All Superinterfaces:
GraphNode<T>
- All Known Subinterfaces:
BinaryTreeNode<T>, MutableBinaryTreeNode<T>, MutableTreeNode<T>, Node<V>
- All Known Implementing Classes:
ImmutableBinaryTreeNode, ImmutableTreeNode, MutableBinaryTreeNodeImpl, MutableTreeNodeImpl
-
Method Summary
Methods inherited from interface GraphNode
getChildren
-
Method Details
-
getParent
-