Class DefaultConvertibleMap<V>
- Type Parameters:
V- Type of the values associated with the keys.
- All Implemented Interfaces:
IConvertibleMap<V>, Serializable, Cloneable, Map<String,V>
Default implementation of
IConvertibleMap that just uses a HashMap.- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
equals, hashCode, toStringMethods inherited from interface IConvertibleMap
clear, get, put
-
Constructor Details
-
DefaultConvertibleMap
public DefaultConvertibleMap()
-