wt.tools.generation
Class ClassRegistry.RegistryKeyEnumerator
java.lang.Object
wt.tools.generation.ClassRegistry.RegistryKeyEnumerator
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- ClassRegistry
- private class ClassRegistry.RegistryKeyEnumerator
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deps
Iterator deps
current
Enumeration current
ClassRegistry.RegistryKeyEnumerator
ClassRegistry.RegistryKeyEnumerator(ClassRegistry top_reg)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration