prefuse.data.search
Class Trie.TrieLeaf

java.lang.Object
  extended by prefuse.data.search.Trie.TrieNode
      extended by prefuse.data.search.Trie.TrieLeaf
Enclosing class:
Trie

public class Trie.TrieLeaf
extends Trie.TrieNode

A TrieNode implementation representing a leaf in the tree. The class stores the word and tuple for the leaf, as well as a reference to the successor leaf node in the trie.


Constructor Summary
Trie.TrieLeaf(java.lang.String word, Tuple<?> t)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trie.TrieLeaf

public Trie.TrieLeaf(java.lang.String word,
                     Tuple<?> t)


Copyright © 2008 Regents of the University of California