Class Array.ArrayIterator<T>

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

public static class Array.ArrayIterator<T> extends Object implements Iterator<T>, Iterable<T>
  • Constructor Details

    • ArrayIterator

      public ArrayIterator(Array<T> arrayx)
    • ArrayIterator

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