@NotNull PersistentHashMap<K,V> |
PersistentHashMap.assoc(K key,
V val) |
|
static <K,V> @NotNull PersistentHashMap<K,V> |
PersistentHashMap.empty() |
|
static <K,V> @NotNull PersistentHashMap<K,V> |
PersistentHashMap.empty(@Nullable Equator<K> e) |
|
@NotNull PersistentHashMap<K,V> |
PersistentHashMap.MutHashMap.immutable() |
|
static <K,V> @NotNull PersistentHashMap<K,V> |
PersistentHashMap.of(@Nullable Iterable<Map.Entry<K,V>> kvPairs) |
Returns a new PersistentHashMap of the given keys and their paired values.
|
static <K,V> @NotNull PersistentHashMap<K,V> |
PersistentHashMap.ofEq(Equator<K> eq,
@Nullable Iterable<Map.Entry<K,V>> es) |
Returns a new PersistentHashMap of the given keys and their paired values, skipping any null
Entries.
|
@NotNull PersistentHashMap<K,V> |
PersistentHashMap.without(K key) |
|