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