prefuse.data.search
Class Trie.TrieNode

java.lang.Object
  extended by prefuse.data.search.Trie.TrieNode
Direct Known Subclasses:
Trie.TrieBranch, Trie.TrieLeaf
Enclosing class:
Trie

public class Trie.TrieNode
extends java.lang.Object

Base class for nodes in the trie structure.


Constructor Summary
Trie.TrieNode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trie.TrieNode

public Trie.TrieNode()


Copyright © 2007 Regents of the University of California