|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
TaggedOrderedCollection<T,E> | A tagged variation of the OrderedCollection ADT |
Class Summary | |
---|---|
TaggedBinarySearchTree<T,E> | A tagged version of a binary search tree. |
TaggedBPlusTree<T,E> | A tagged version of B+-tree. |
TaggedBTree<T,E> | A tagged version of a B-tree. |
TaggedOrderedCollectionWrapper<T,E> | The tagged ordered collection wrapper can wrap any ordered collection implementation, where each element in the collection is a tagged element. |
TaggedRedBlackTree<T,E> | A tagged version of a red-black tree. |
TaggedSkipList<T,E> | A tagged version of a skiplist. |
TaggedSortedArray<T,E> | A tagged version of a sorted array. |
TaggedSplayTree<T,E> | A tagged version of a splay tree. |
A tagged ordered collection is the tagged variation of an ordered collection.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |