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