T - See Iteratorpublic static interface IteratorUtil.ArrayIterator<T>
extends java.util.Iterator<T>
Iterator that has a notion of an "array index", which is the index of the "next" element in an
array.| Modifier and Type | Method and Description |
|---|---|
int |
index() |