com.thaiopensource.validate.mns
Class ContextMap

java.lang.Object
  extended by com.thaiopensource.validate.mns.ContextMap

 class ContextMap
extends Object


Field Summary
private  Hashtable nameTable
           
private  Object otherValue
           
private  Object rootValue
           
 
Constructor Summary
ContextMap()
           
 
Method Summary
(package private)  Object get(Vector context)
           
private  Object get(Vector context, int len)
           
private  boolean put(boolean isRoot, Vector names, int len, Object value)
           
(package private)  boolean put(boolean isRoot, Vector names, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootValue

private Object rootValue

otherValue

private Object otherValue

nameTable

private final Hashtable nameTable
Constructor Detail

ContextMap

ContextMap()
Method Detail

get

Object get(Vector context)

put

boolean put(boolean isRoot,
            Vector names,
            Object value)

get

private Object get(Vector context,
                   int len)

put

private boolean put(boolean isRoot,
                    Vector names,
                    int len,
                    Object value)