Class MapFromValueConverter<K,U,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.aksw.commons.collections.maps.MapFromValueConverter<K,U,V>
- All Implemented Interfaces:
Map<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
Constructors -
Method Summary
Methods inherited from class AbstractMap
clear, clone, equals, hashCode, isEmpty, keySet, putAll, remove, size, toStringMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
map
-
converter
-
-
Constructor Details
-
MapFromValueConverter
-
-
Method Details
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,U> - Overrides:
containsKeyin classAbstractMap<K,V>
-
put
-
containsValue
- Specified by:
containsValuein interfaceMap<K,U> - Overrides:
containsValuein classAbstractMap<K,V>
-
values
-
entrySet
-