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.
- Version:
- $Revision: 9061 $ $Date: 2005-05-02 14:58:59 -0600 (Mon, 02 May 2005) $
- Author:
- Assaf Arkin
- See Also:
-
Constructor Details
-
EmptyEnumerator
public EmptyEnumerator()
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<T>
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<T>
-