public class SimpleReverseMap<K,V> extends AbstractMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Method and Description |
---|---|
MapChange<K,V,SimpleReverseMap<K,V>> |
computeChange(K key,
BiFunction<? super K,? super V,? extends V> remappingFunction) |
static <K,V> SimpleReverseMap<K,V> |
empty() |
Set<Map.Entry<K,V>> |
entrySet() |
static <K,V> SimpleReverseMap<K,V> |
singleton(K key,
V value) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public static <K,V> SimpleReverseMap<K,V> empty()
public static <K,V> SimpleReverseMap<K,V> singleton(K key, V value)
see also the complete user documentation .