- All Implemented Interfaces:
Iterator<T>
Iterator over an array of elements of type T.
- Since:
- 3.4
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
index
protected int index
-
elements
protected final T[] elements
-
Constructor Details
-
ArrayIterator
public ArrayIterator(T[] elements)
-