Class J1CollectionHandlers.ArrayEnumerator<T>
java.lang.Object
org.exolab.castor.mapping.loader.J1CollectionHandlers.ArrayEnumerator<T>
- All Implemented Interfaces:
Enumeration<T>
- Enclosing class:
J1CollectionHandlers
public static final class J1CollectionHandlers.ArrayEnumerator<T>
extends Object
implements Enumeration<T>
Enumerator for an array.
- Version:
- $Revision: 9060 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Assaf Arkin
-
Constructor Details
-
ArrayEnumerator
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<T>
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<T>
-