@Deprecated public interface ImMapTrans<K,V> extends MutableUnsortedMap<K,V>
ImUnsortedMap and MutableUnsortedMap.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)
Deprecated.
Returns a new map with the given key/value added
|
Equator<K> |
equator()
Deprecated.
Returns the Equator used by this map for equals comparisons and hashCodes
|
ImUnsortedMap<K,V> |
immutable()
Deprecated.
Returns a immutable version of this mutable map.
|
default ImSet<K> |
keySet()
Deprecated.
Returns a view of the keys contained in this map.
|
MutableUnsortedMap<K,V> |
mutable()
Deprecated.
Returns a mutable version of this immutable map.
|
MutableUnsortedMap<K,V> |
without(K key)
Deprecated.
Returns a new map with the given key/value removed
|
assoccontainsKey, 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> mutable()
MutableUnsortedMapmutable in interface ImUnsortedMap<K,V>mutable in interface MutableUnsortedMap<K,V>Equator<K> equator()
equator in interface ImUnsortedMap<K,V>ImUnsortedMap<K,V> immutable()
immutable in interface ImUnsortedMap<K,V>MutableUnsortedMap<K,V> assoc(K key, V val)
Copyright © 2017. All rights reserved.