Iterator<E>
ArrayIterator(E[] values, int start, int end)
boolean
hasNext()
E
next()
static <E> Iterator<E>
of(E... array)
of(E[] array, int start, int length)
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
hasNext
next
remove