wt.tools.resource
Class CloningEnumerator

java.lang.Object
  extended bywt.tools.resource.CloningEnumerator
All Implemented Interfaces:
Enumeration

class CloningEnumerator
extends Object
implements Enumeration


Field Summary
private  Enumeration wrappedEnumeration
           
 
Constructor Summary
(package private) CloningEnumerator(Enumeration wrapped_eumeration)
           
 
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

wrappedEnumeration

private Enumeration wrappedEnumeration
Constructor Detail

CloningEnumerator

CloningEnumerator(Enumeration wrapped_eumeration)
Method Detail

hasMoreElements

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

nextElement

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