org.exolab.castor.mapping.loader
Class J1CollectionHandlers.ArrayEnumerator<T>

java.lang.Object
  extended by org.exolab.castor.mapping.loader.J1CollectionHandlers.ArrayEnumerator<T>
All Implemented Interfaces:
Enumeration<T>
Enclosing class:
J1CollectionHandlers

public static final class J1CollectionHandlers.ArrayEnumerator<T>
extends Object
implements Enumeration<T>

Enumerator for an array.


Constructor Summary
J1CollectionHandlers.ArrayEnumerator(Object array)
           
 
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

J1CollectionHandlers.ArrayEnumerator

public J1CollectionHandlers.ArrayEnumerator(Object array)
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.