public class MixedMultivaluedMap extends HashMap<String,Object>
Map that can hold a single value or a list for a given key.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MixedMultivaluedMap() |
| Modifier and Type | Method and Description |
|---|---|
Object |
put(String key,
Object value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2020 CrafterCMS. All rights reserved.