goldman.collection.tagged.ordered.digitized
Class TaggedTrie<T,E>

java.lang.Object
  extended by goldman.collection.tagged.TaggedCollectionWrapper<T,E>
      extended by goldman.collection.tagged.ordered.TaggedOrderedCollectionWrapper<T,E>
          extended by goldman.collection.tagged.ordered.digitized.TaggedDigitizedOrderedCollectionWrapper<T,E>
              extended by goldman.collection.tagged.ordered.digitized.TaggedTrie<T,E>
All Implemented Interfaces:
TaggedDigitizedOrderedCollection<T,E>, TaggedOrderedCollection<T,E>, TaggedCollection<T,E>, TrackedTagged<T,E>, Iterable<TaggedElement<T,E>>

public class TaggedTrie<T,E>
extends TaggedDigitizedOrderedCollectionWrapper<T,E>

A tagged version of a trie.


Field Summary
 
Fields inherited from class goldman.collection.tagged.TaggedCollectionWrapper
pairs, target
 
Constructor Summary
TaggedTrie(Digitizer<? super T> digitizer)
           
 
Method Summary
 
Methods inherited from class goldman.collection.tagged.ordered.digitized.TaggedDigitizedOrderedCollectionWrapper
completions, longestCommonPrefix
 
Methods inherited from class goldman.collection.tagged.ordered.TaggedOrderedCollectionWrapper
iteratorAtEnd, max, min, predecessor, putTracked, successor
 
Methods inherited from class goldman.collection.tagged.TaggedCollectionWrapper
accept, clear, contains, elements, ensureCapacity, get, getCapacity, getLocator, getSize, isEmpty, iterator, put, putAll, remove, tags, toString, trimToSize, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface goldman.collection.tagged.ordered.TaggedOrderedCollection
iteratorAtEnd, max, min, predecessor, successor
 
Methods inherited from interface goldman.collection.tagged.TaggedCollection
accept, clear, contains, elements, ensureCapacity, get, getCapacity, getLocator, getSize, isEmpty, iterator, put, putAll, remove, tags, toString, trimToSize, values
 
Methods inherited from interface goldman.collection.tagged.TrackedTagged
putTracked
 

Constructor Detail

TaggedTrie

public TaggedTrie(Digitizer<? super T> digitizer)