Package org.exolab.castor.mapping.loader
Class J2CollectionHandlers.IteratorEnumerator<T>
java.lang.Object
org.exolab.castor.mapping.loader.J2CollectionHandlers.IteratorEnumerator<T>
- All Implemented Interfaces:
Enumeration<T>
- Enclosing class:
J2CollectionHandlers
public static final class J2CollectionHandlers.IteratorEnumerator<T>
extends Object
implements Enumeration<T>
Enumerator for an iterator.
-
Constructor Details
-
IteratorEnumerator
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<T>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<T>
-