-
Constructor Summary
Constructors
Seq(int count,
T[] values)
Creates an
Iterable of the first
count elements of the given array.
Creates an
Iterable of the given elements.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Seq
Creates an
Iterable of the given elements.
-
Seq
public Seq(int count,
T[] values)
Creates an
Iterable of the first
count elements of the given array.
-