wt.tools.generation
Class ClassRegistry.RegistryKeyEnumerator

java.lang.Object
  extended bywt.tools.generation.ClassRegistry.RegistryKeyEnumerator
All Implemented Interfaces:
Enumeration
Enclosing class:
ClassRegistry

private class ClassRegistry.RegistryKeyEnumerator
extends Object
implements Enumeration


Field Summary
(package private)  Enumeration current
           
(package private)  Iterator deps
           
 
Constructor Summary
(package private) ClassRegistry.RegistryKeyEnumerator(ClassRegistry top_reg)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deps

Iterator deps

current

Enumeration current
Constructor Detail

ClassRegistry.RegistryKeyEnumerator

ClassRegistry.RegistryKeyEnumerator(ClassRegistry top_reg)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration