- All Implemented Interfaces:
Iterator<T>
@API(status=INTERNAL)
public final class ArrayIterator<T>
extends Object
implements Iterator<T>
- Since:
- 09/08/2022
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ArrayIterator
public ArrayIterator(@NotNull
T[] ref)
-