wt.tools.resource
Class CloningEnumerator
java.lang.Object
wt.tools.resource.CloningEnumerator
- All Implemented Interfaces:
- Enumeration
- class CloningEnumerator
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wrappedEnumeration
private Enumeration wrappedEnumeration
CloningEnumerator
CloningEnumerator(Enumeration wrapped_eumeration)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration