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