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