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,V>, AbstractMap.SimpleImmutableEntry<K, V>  - 
Method Summary
Modifier and TypeMethodDescriptioncomputeChange(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) booleancontainsKey(Object key) static <K,V> ReverseMap <K, V> empty()entrySet()static voidReverseMap<K, V> ReverseMap<K, V> (package private) StringReverseMap<K, V> Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
 containsKeyin interfaceMap<K,V> - Overrides:
 containsKeyin classAbstractMap<K,V> 
 - 
main
 
 -