org.exolab.castor.mapping.loader
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J2CollectionHandlers.IteratorEnumerator
public J2CollectionHandlers.IteratorEnumerator(Iterator<T> iterator)
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.