| Package | Description |
|---|---|
| org.organicdesign.fp.collections |
Type-safe versions of the immutable Clojure collections, plus unmodifiable and immutable
collection interfaces that extend the java.util collections, deprecating the mutate-in-place
methods (Unmod____) and adding methods that return a new, immutable, modified version of the
collection (Im____).
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> KeyVal<K,V> |
KeyVal.of(K a,
V b)
Deprecated.
Public static Key/Value factory method
|
static <K,V> KeyVal<K,V> |
KeyVal.of(Map.Entry<K,V> entry)
Deprecated.
Public static Map.Entry factory method
|
Copyright © 2017. All rights reserved.