Package org.exolab.castor.mapping.loader
Class CollectionHandlers.EmptyEnumerator
java.lang.Object
org.exolab.castor.mapping.loader.CollectionHandlers.EmptyEnumerator
- All Implemented Interfaces:
Serializable
,Enumeration
- Enclosing class:
- CollectionHandlers
static final class CollectionHandlers.EmptyEnumerator
extends Object
implements Enumeration, Serializable
Enumerator for a null collection.
-
Constructor Details
-
EmptyEnumerator
EmptyEnumerator()
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-