Uses of Interface
org.organicdesign.fp.collections.ComparisonContext
-
Packages that use ComparisonContext 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 ComparisonContext in org.organicdesign.fp.collections
Classes in org.organicdesign.fp.collections that implement ComparisonContext Modifier and Type Class Description static classComparisonContext.CompCtxPlease access this type-safely throughdefCompCtx()instead of calling directly.Methods in org.organicdesign.fp.collections that return ComparisonContext Modifier and Type Method Description static <T> ComparisonContext<T>ComparisonContext. defCompCtx()Returns a typed, serializable ComparisonContext that works on any class that implementsComparable.
-