|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thaiopensource.validate.nrl.ContextMap
class ContextMap
Nested Class Summary | |
---|---|
private static class |
ContextMap.Enumerator
|
Field Summary | |
---|---|
private Hashtable |
nameTable
|
private Object |
otherValue
|
private Object |
rootValue
|
Constructor Summary | |
---|---|
ContextMap()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
(package private) Object |
get(Vector context)
|
private Object |
get(Vector context,
int len)
|
int |
hashCode()
|
private boolean |
put(boolean isRoot,
Vector names,
int len,
Object value)
|
(package private) boolean |
put(boolean isRoot,
Vector names,
Object value)
|
(package private) Enumeration |
values()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Object rootValue
private Object otherValue
private final Hashtable nameTable
Constructor Detail |
---|
ContextMap()
Method Detail |
---|
Object get(Vector context)
boolean put(boolean isRoot, Vector names, Object value)
private Object get(Vector context, int len)
private boolean put(boolean isRoot, Vector names, int len, Object value)
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
Enumeration values()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |