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