sk.sav.ui.ikt.nlp.gazetteer.character
Class HashMapNode

java.lang.Object
  extended by sk.sav.ui.ikt.nlp.gazetteer.character.Node
      extended by sk.sav.ui.ikt.nlp.gazetteer.character.HashMapNode

public class HashMapNode
extends Node


Nested Class Summary
 
Nested classes/interfaces inherited from class sk.sav.ui.ikt.nlp.gazetteer.character.Node
Node.FLAGS
 
Field Summary
 
Fields inherited from class sk.sav.ui.ikt.nlp.gazetteer.character.Node
flags, ids, NODES
 
Constructor Summary
HashMapNode()
           
 
Method Summary
 HashMapNode addChild(int ch)
           
 HashMapNode getChild(int ch)
           
 
Methods inherited from class sk.sav.ui.ikt.nlp.gazetteer.character.Node
addID, getIDs, isHit, setFlags, unsetFlag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashMapNode

public HashMapNode()
Method Detail

addChild

public HashMapNode addChild(int ch)
Specified by:
addChild in class Node

getChild

public HashMapNode getChild(int ch)
Specified by:
getChild in class Node