Class MapFromKeyConverter<K,J,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.aksw.commons.collections.maps.MapFromKeyConverter<K,J,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> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, 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, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
map
-
converter
-
-
Constructor Details
-
MapFromKeyConverter
-
-
Method Details
-
put
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,J> - Overrides:
containsKeyin classAbstractMap<K,V>
-
remove
-
keySet
-
entrySet
-