Class Array.ArrayIterable<T>

java.lang.Object
zombie.entity.util.Array.ArrayIterable<T>
All Implemented Interfaces:
Iterable<T>
Enclosing class:
Array<T>

public static class Array.ArrayIterable<T> extends Object implements Iterable<T>
  • Constructor Details

    • ArrayIterable

      public ArrayIterable(Array<T> arrayx)
    • ArrayIterable

      public ArrayIterable(Array<T> arrayx, boolean boolean0)
  • Method Details