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