com.thaiopensource.validate.nrl
Class ContextMap.Enumerator
java.lang.Object
com.thaiopensource.validate.nrl.ContextMap.Enumerator
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- ContextMap
private static class ContextMap.Enumerator
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rootValue
private Object rootValue
otherValue
private Object otherValue
subMapValues
private Enumeration subMapValues
subMaps
private final Enumeration subMaps
ContextMap.Enumerator
private ContextMap.Enumerator(ContextMap map)
prep
private void prep()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration