T - See Iteratorpublic static interface IteratorUtil.ArrayIterator<T> extends 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() |
forEachRemaining, hasNext, next, removeCopyright © 2018 Arno Unkrig. All rights reserved.