Uses of Interface
goldman.collection.ordered.TreeNode

Packages that use TreeNode
goldman.collection.ordered An ordered collection is an untagged algorithmically positioned collection of comparable elements that may contain duplicates. 
 

Uses of TreeNode in goldman.collection.ordered
 

Methods in goldman.collection.ordered that return TreeNode
 TreeNode TreeNode.child(int i)
          Returns the ith child of this node.
 TreeNode<E> TreeNode.parent()
          Returns the parent of this tree node.
 

Constructors in goldman.collection.ordered with parameters of type TreeNode
TreeIterator(TreeNode<E> node)