Package 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:
-
Constructor Details
-
EmptyEnumerator
public EmptyEnumerator()
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<T>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<T>
-