Constructor and Description |
---|
ArrayIterator(T[] a) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public ArrayIterator(T[] a)
Copyright © 2008–2022 FasterXML. All rights reserved.