Package eu.bandm.tools.ramus.runtime2
Class SimpleReverseMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
eu.bandm.tools.ramus.runtime2.SimpleReverseMap<K,V>
- All Implemented Interfaces:
Map<K,
V>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Method Summary
Modifier and TypeMethodDescriptioncomputeChange
(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) static <K,
V> SimpleReverseMap<K, V> empty()
entrySet()
static <K,
V> SimpleReverseMap<K, V> singleton
(K key, V value) Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll