Class ArrayIterator<T>

java.lang.Object
ch.njol.util.coll.iterator.ArrayIterator<T>
All Implemented Interfaces:
Iterator<T>

public class ArrayIterator<T> extends Object implements Iterator<T>
A simple iterator to iterate over an array.
  • Constructor Details

    • ArrayIterator

      public ArrayIterator(@Nullable T[] array)
    • ArrayIterator

      public ArrayIterator(@Nullable T[] array, int start)
  • Method Details