public interface MutableUnsortedMap<K,V> extends ImUnsortedMap<K,V>
UnmodMap.AbstractUnmodMap<K,V>, UnmodMap.UnEntry<K,V>UnmodIterable.AbstractUnmodIterable<T>| Modifier and Type | Method and Description |
|---|---|
MutableUnsortedMap<K,V> |
assoc(K key,
V val)
Returns a new map with the given key/value added
|
default MutableUnsortedMap<K,V> |
assoc(Map.Entry<K,V> entry)
Returns a new map with an immutable copy of the given entry added
|
default MutableUnsortedMap<K,V> |
mutable()
Returns a mutable version of this immutable map.
|
MutableUnsortedMap<K,V> |
without(K key)
Returns a new map with the given key/value removed
|
equator, immutable, keySetcontainsKey, entry, entrySet, get, getOrElseclear, compute, computeIfAbsent, computeIfPresent, containsValue, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, valuesconcat, drop, filter, flatMap, foldLeft, foldLeft, hash, hashCode, head, iterator, map, precat, take, takeWhile, toStringforEach, spliteratortoImList, toImMap, toImSet, toImSortedMap, toImSortedSet, toMutableList, toMutableMap, toMutableSet, toMutableSortedMap, toMutableSortedSetMutableUnsortedMap<K,V> assoc(K key, V val)
default MutableUnsortedMap<K,V> assoc(Map.Entry<K,V> entry)
default MutableUnsortedMap<K,V> mutable()
mutable in interface ImUnsortedMap<K,V>Copyright © 2017. All rights reserved.