info.informatica.util
Class EnumerationWrapper
java.lang.Object
info.informatica.util.EnumerationWrapper
- All Implemented Interfaces:
- Enumeration
public final class EnumerationWrapper
- extends Object
- implements Enumeration
Wraps an Iterator with an Enumeration.
- Author:
- Carlos Amengual
EnumerationWrapper
public EnumerationWrapper(Iterator it)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement in interface Enumeration