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.
In the fact values are stored as String[],
the second Object generic is used only to return String in the overwritten
get(Object) method.- 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
Modifier and TypeMethodDescriptionReturns a single string value for a keyReturns a single value for a keyString[]Returns a raw string array value for a keyvoidvoidStores a raw string array value for a keyvoidStores multiple values for multiple keysvoidsetLogTrackingId(String value) Sets log tracking ID identifier.Methods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, newHashMap, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
equals, hashCode, toString
-
Constructor Details
-
ArrayHashMap
public ArrayHashMap()
-
-
Method Details
-
setLogTrackingId
-
put
-
putAll
-
get
-
get
-
getArray
-
putArray
-
putArrays
-