Class J2MapHandler.IteratorEnumerator
java.lang.Object
org.exolab.castor.mapping.handlers.J2MapHandler.IteratorEnumerator
- All Implemented Interfaces:
Enumeration
- Enclosing class:
- J2MapHandler
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
-