Uses of Class
goldman.collection.ordered.BTree

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

Uses of BTree in goldman.collection.ordered
 

Subclasses of BTree in goldman.collection.ordered
 class BPlusTree<E>
          The B+-tree is variation of a B-tree in which the internal nodes are used only for navigation.
 class TopDownBTree<E>
          The top down B-tree implements a variation of a B-tree that uses top-down (versus bottom-up) insertion and deletion.