org.thdl.util
Class Trie.Node

java.lang.Object
  |
  +--org.thdl.util.Trie.Node
Enclosing class:
Trie

class Trie.Node
extends Object

The node representation for the trie.


Field Summary
(package private)  boolean m_isLeaf
          True if and only if this node has no children.
(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.


m_isLeaf

boolean m_isLeaf
True if and only if this node has no children.

Constructor Detail

Trie.Node

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



These API docs were created 02/02/2003 08:20 PM.
Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo