prefuse.data.search
Class Trie.TrieBranch

java.lang.Object
  extended byprefuse.data.search.Trie.TrieNode
      extended byprefuse.data.search.Trie.TrieBranch
Enclosing class:
Trie

public class Trie.TrieBranch
extends Trie.TrieNode

A TrieNode implementation representing a branch in the tree. The class maintains a list of characters (the next character in the prefix) and associated children TrieNodes for each.


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

Constructor Detail

Trie.TrieBranch

public Trie.TrieBranch()


Copyright ? 2007 Regents of the University of California