Uses of Class
goldman.collection.ordered.digitized.CompressedTrie

Packages that use CompressedTrie
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). 
 

Uses of CompressedTrie in goldman.collection.ordered.digitized
 

Subclasses of CompressedTrie in goldman.collection.ordered.digitized
 class PatriciaTrie<E>
          The Patricia trie is a variation of a compressed trie that can be used when the digitizer has base 2 and the collection is naturally prefix-free (without adding an end of string character).