Package gaiasky.util
Class BinarySearchTree.BinaryNode<T>
java.lang.Object
gaiasky.util.BinarySearchTree.BinaryNode<T>
- Type Parameters:
T
- The type contained in the node.
- Enclosing class:
BinarySearchTree<T extends Comparable<T>>
Basic node stored in unbalanced binary search trees
Note that this class is not accessible outside
of this package.
-
Method Summary