Package goldman.collection.tagged.ordered.digitized

A tagged digitized ordered collection is the tagged variation of a digitized ordered collection.

See:
          Description

Interface Summary
TaggedDigitizedOrderedCollection<T,E> The TaggedDigitizedOrderedCollection ADT is a tagged variation of the DigitizedOrderedCollection ADT.
 

Class Summary
TaggedCompactTrie<T,E> A tagged version of a compact trie.
TaggedCompressedTrie<T,E> A tagged version of a compressed trie.
TaggedDigitizedOrderedCollectionWrapper<T,E> The tagged ordered collection wrapper can wrap any digitized ordered collection implementation, where each element in the collection is a tagged element.
TaggedElementDigitizer<T> The tagged digitized ordered collection data structures require digitizers for tagged elements that depend only on the tags.
TaggedPatriciaTrie<T,E> A tagged version of a Patricia trie.
TaggedTernarySearchTrie<T,E> A tagged version of a ternary search trie.
TaggedTrie<T,E> A tagged version of a trie.
 

Package goldman.collection.tagged.ordered.digitized Description

A tagged digitized ordered collection is the tagged variation of a digitized ordered collection.