E - The type of the values in the array.public final class ArrayIterator<E> extends AbstractBaseIterator<E>
Iterator that iterates values of an array.| Constructor and Description |
|---|
ArrayIterator(E... array)
Creates an
Iterator that iterates all values in the given array. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
equals, hashCode, remove