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 java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, isEmpty, keySet, putAll, 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, 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
public void 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
-