Uses of Class
org.organicdesign.fp.collections.RangeOfInt
-
Packages that use RangeOfInt Package Description org.organicdesign.fp.collections Type-safe versions of immutable collections (mostly from Clojure), plus unmodifiable and immutable collection interfaces that fit these collections into the java.util interfaces. -
-
Uses of RangeOfInt in org.organicdesign.fp.collections
Methods in org.organicdesign.fp.collections that return RangeOfInt Modifier and Type Method Description static RangeOfIntRangeOfInt. of(java.lang.Number e)static RangeOfIntRangeOfInt. of(java.lang.Number s, java.lang.Number e)RangeOfIntRangeOfInt. subList(int fromIndex, int toIndex)
-