Class ReversibleMapImpl<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.aksw.commons.collections.reversible.ReversibleMapImpl<K,V>
- All Implemented Interfaces:
Map<K,V>, ReversibleMap<K, V>
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class AbstractMap
clone, equals, hashCode, isEmpty, keySet, putAll, size, toString, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Field Details
-
reverse
-
forward
-
backward
-
-
Constructor Details
-
ReversibleMapImpl
public ReversibleMapImpl() -
ReversibleMapImpl
-
-
Method Details
-
put
-
remove
-
clear
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,V> - Overrides:
containsKeyin classAbstractMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V> - Overrides:
containsValuein classAbstractMap<K,V>
-
reverse
- Specified by:
reversein interfaceReversibleMap<K,V>
-
entrySet
-