Class ArrayIterable<T>

java.lang.Object
panda.utilities.iterable.ArrayIterable<T>
All Implemented Interfaces:
Iterable<T>

public final class ArrayIterable<T> extends Object implements Iterable<T>
  • Constructor Details

    • ArrayIterable

      public ArrayIterable(Object array)
  • Method Details