org.exolab.castor.mapping.loader
Class CollectionHandlers.EmptyEnumerator<T>
java.lang.Object
org.exolab.castor.mapping.loader.CollectionHandlers.EmptyEnumerator<T>
- All Implemented Interfaces:
- Serializable, Enumeration<T>
- Enclosing class:
- CollectionHandlers
public static final class CollectionHandlers.EmptyEnumerator<T>
- extends Object
- implements Enumeration<T>, Serializable
Enumerator for a null collection.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionHandlers.EmptyEnumerator
public CollectionHandlers.EmptyEnumerator()
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.