Class ArrayIterator<T>

java.lang.Object
io.karma.sliced.iterator.impl.ArrayIterator<T>
All Implemented Interfaces:
Iterator<T>

@API(status=INTERNAL) public final class ArrayIterator<T> extends Object implements Iterator<T>
Since:
09/08/2022
  • Constructor Details

    • ArrayIterator

      public ArrayIterator(@NotNull T[] ref)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
    • next

      public T next()
      Specified by:
      next in interface Iterator<T>