Uses of Class
org.organicdesign.fp.collections.ComparisonContext.CompCtx
-
Packages that use ComparisonContext.CompCtx 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.CompCtx in org.organicdesign.fp.collections
Methods in org.organicdesign.fp.collections that return ComparisonContext.CompCtx Modifier and Type Method Description static ComparisonContext.CompCtxComparisonContext.CompCtx. valueOf(String name)Returns the enum constant of this type with the specified name.static ComparisonContext.CompCtx[]ComparisonContext.CompCtx. values()Returns an array containing the constants of this enum type, in the order they are declared.
-