Class ArrayListEnumerable<T>

java.lang.Object
org.simpleflatmapper.util.ArrayListEnumerable<T>
All Implemented Interfaces:
Enumerable<T>

public final class ArrayListEnumerable<T> extends Object implements Enumerable<T>
  • Constructor Details

    • ArrayListEnumerable

      public ArrayListEnumerable(ArrayList<T> objects)
  • Method Details