Class J1CollectionHandlers.ArrayEnumerator<T>

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

    • ArrayEnumerator

      public ArrayEnumerator(Object array)
  • Method Details