gate.creole.morph
Class CharMap

java.lang.Object
  extended by gate.creole.morph.CharMap

public class CharMap
extends Object


Constructor Summary
CharMap()
           
 
Method Summary
 FSMState get(char key, byte type)
          get the object from the map using the char key
 char[] getAdjitemsKeys()
           
 char[] getItemsKeys()
           
 FSMState put(char key, FSMState value, byte type)
          put the object into the char map using the chat as the key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharMap

public CharMap()
Method Detail

get

public FSMState get(char key,
                    byte type)
get the object from the map using the char key


put

public FSMState put(char key,
                    FSMState value,
                    byte type)
put the object into the char map using the chat as the key


getItemsKeys

public char[] getItemsKeys()

getAdjitemsKeys

public char[] getAdjitemsKeys()