prefuse.data.search
Class Trie.TrieBranch

java.lang.Object
  extended by prefuse.data.search.Trie.TrieNode
      extended by prefuse.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()
           
 
Method Summary
 
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