Uses of Package
goldman.collection.ordered

Packages that use goldman.collection.ordered
goldman.collection.ordered An ordered collection is an untagged algorithmically positioned collection of comparable elements that may contain duplicates. 
goldman.collection.ordered.digitized A digitized ordered collection is an untagged algorithmically positioned collection whose elements can each be viewed as a sequence of digits (e.g., bit string, character string). 
goldman.collection.spatial A spatial collection is an untagged algorithmically positioned collection that organizes its elements by their location in a multidimensional space. 
goldman.collection.tagged.ordered A tagged ordered collection is the tagged variation of an ordered collection. 
 

Classes in goldman.collection.ordered used by goldman.collection.ordered
AbstractSearchTree
          The AbstractSearchTree class is an abstract class that includes the methods that are shared by all search trees.
AbstractSearchTree.TreeNode
           
BalancedBinarySearchTree
          A balanced binary search tree uses rotations to maintain balance when one path to a leaf becomes "to much longer" than another.
BinarySearchTree
          This class implements a standard binary search tree.
BinarySearchTree.BSTNode
           
BTree
          A B-tree is a balanced binary search tree in which each node can hold between t-1 and 2t-1 elements, where integer t > 1 is provided as a parameter to the constructor.
OrderedCollection
          An ordered collection is an untagged algorithmically positioned collection of comparable elements that may contain duplicates.
SkipList.Tracker
           
TreeNode
          The TreeNode interface must be supported by any class defining objects to be used as nodes in a search tree.
 

Classes in goldman.collection.ordered used by goldman.collection.ordered.digitized
OrderedCollection
          An ordered collection is an untagged algorithmically positioned collection of comparable elements that may contain duplicates.
 

Classes in goldman.collection.ordered used by goldman.collection.spatial
AbstractSearchTree
          The AbstractSearchTree class is an abstract class that includes the methods that are shared by all search trees.
AbstractSearchTree.TreeNode
           
 

Classes in goldman.collection.ordered used by goldman.collection.tagged.ordered
OrderedCollection
          An ordered collection is an untagged algorithmically positioned collection of comparable elements that may contain duplicates.