| 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 | Class and Description |
|---|---|
static class |
ComparisonContext.CompCtx
Please access this type-safely through
defCompCtx() instead of calling directly. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ComparisonContext<T> |
ComparisonContext.defCompCtx()
Returns a typed, serializable ComparisonContext that works on any class that implements
Comparable. |
Copyright © 2019. All rights reserved.