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.
- Version:
- $Revision: 9059 $ $Date: 2006-04-26 13:08:15 -0600 (Wed, 26 Apr 2006) $
- Author:
- Assaf Arkin
-
Constructor Details
-
IteratorEnumerator
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<T>
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<T>
-