Package eu.bandm.tools.ramus.runtime2
Class ReverseMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
eu.bandm.tools.ramus.runtime2.ReverseMap<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) boolean
containsKey
(Object key) static <K,
V> ReverseMap<K, V> empty()
entrySet()
static void
ReverseMap<K,
V> ReverseMap<K,
V> (package private) String
ReverseMap<K,
V> Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, 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
-
Method Details
-
empty
-
toStringDEBUG
String toStringDEBUG() -
computeChange
-
putting
-
removing
-
updating
-
entrySet
-
get
-
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V> - Overrides:
containsKey
in classAbstractMap<K,
V>
-
main
-