Interface IntSeq
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
get(int index)
default PrimitiveIterator.OfInt
iterator()
static IntSeq
of(int... ints)
static IntSeq
of(List<Integer> ints)
int
size()
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-