| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static RangeOfInt |
RangeOfInt.of(Number e) |
static RangeOfInt |
RangeOfInt.of(Number s,
Number e) |
RangeOfInt |
RangeOfInt.subList(int fromIndex,
int toIndex) |
Copyright © 2019. All rights reserved.