Package ru.bgcrm.util
Class ParameterMap.DefaultParameterMap
java.lang.Object
java.util.AbstractMap<String,String>
ru.bgcrm.util.ParameterMap
ru.bgcrm.util.ParameterMap.DefaultParameterMap
- All Implemented Interfaces:
Serializable,Map<String,String>
- Enclosing class:
ParameterMap
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bgcrm.util.ParameterMap
ParameterMap.DefaultParameterMapNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
FieldsFields inherited from class ru.bgcrm.util.ParameterMap
configMap, mapPrint -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ru.bgcrm.util.ParameterMap
fingerprint, get, getBigDecimal, getBoolean, getConfig, getConfig, getDataString, getDataString, getDataString, getDouble, getFloat, getInt, getLong, inherit, parseObjectsNoOrder, sub, subIndexed, subKeyed, toReferenceMethods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, 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
-
data
-
-
Constructor Details
-
DefaultParameterMap
-
-
Method Details
-
get
- Specified by:
getin classParameterMap
-
entrySet
-