Package ru.bgcrm.model
Class ArrayHashMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
Map for storing HTTP request parameters,
for a string key may be presented multiple values.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
void
String[]
void
setLogTrackingId
(String value) Sets log tracking ID identifier.Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, newHashMap, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
ArrayHashMap
public ArrayHashMap()
-
-
Method Details
-
setLogTrackingId
Sets log tracking ID identifier.- Parameters:
value
-
-
put
-
putAll
-
get
-
get
-
put
-
getArray
-
putArray
-
remove
-