goldman.collection.ordered.digitized
Class CompressedTrie.CompressedTrieSearchData

java.lang.Object
  extended by goldman.collection.ordered.digitized.Trie.SearchData
      extended by goldman.collection.ordered.digitized.CompressedTrie.CompressedTrieSearchData
Direct Known Subclasses:
PatriciaTrie.PatriciaSearchData
Enclosing class:
CompressedTrie<E>

protected class CompressedTrie.CompressedTrieSearchData
extends Trie.SearchData


Constructor Summary
protected CompressedTrie.CompressedTrieSearchData()
           
 
Method Summary
 int numMatches()
           
 
Methods inherited from class goldman.collection.ordered.digitized.Trie.SearchData
atLeaf, atRoot, childIndex, extendPath, moveDown, moveDown, moveToMaxDescendant, moveUp, processedEndOfString, retraceToLastLeftFork
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompressedTrie.CompressedTrieSearchData

protected CompressedTrie.CompressedTrieSearchData()
Method Detail

numMatches

public int numMatches()
Overrides:
numMatches in class Trie.SearchData
Returns:
the number of digits matched so far during a search