org.apache.xml.utils
Class Trie.Node

java.lang.Object
  extended byorg.apache.xml.utils.Trie.Node
Enclosing class:
Trie

class Trie.Node
extends Object

The node representation for the trie.


Field Summary
(package private)  Trie.Node[] m_nextChar
          The next nodes.
(package private)  Object m_Value
          The value.
 
Constructor Summary
(package private) Trie.Node()
          Constructor, creates a Node[ALPHA_SIZE].
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_nextChar

Trie.Node[] m_nextChar
The next nodes.


m_Value

Object m_Value
The value.

Constructor Detail

Trie.Node

Trie.Node()
Constructor, creates a Node[ALPHA_SIZE].