E - The type of the iterated values.public final class Seq<E> extends AbstractBaseIterator<E>
Iterator of a sequence of values.| Constructor and Description |
|---|
Seq(E... values)
Creates an
Iterator of the given elements. |
Seq(int count,
E[] values)
Creates an
Iterator of the first count elements of the given array. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
equals, hashCode, remove