org.exolab.castor.mapping.loader
Class CollectionHandlers.EmptyEnumerator<T>

java.lang.Object
  extended by 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

Constructor Summary
CollectionHandlers.EmptyEnumerator()
           
 
Method Summary
 boolean hasMoreElements()
           
 T nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionHandlers.EmptyEnumerator

public CollectionHandlers.EmptyEnumerator()
Method Detail

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.