org.exolab.castor.mapping.loader
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J1CollectionHandlers.ArrayEnumerator
public J1CollectionHandlers.ArrayEnumerator(Object array)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration<T>
nextElement
public T nextElement()
- Specified by:
nextElement in interface Enumeration<T>
Copyright © 2013. All Rights Reserved.