public class MultivaluedMapImpl<K,V> extends HashMap<K,List<V>> implements javax.ws.rs.core.MultivaluedMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultivaluedMapImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(K key,
V value) |
void |
addAll(K key,
List<V> valueList) |
void |
addAll(K key,
V... newValues) |
void |
addAll(MultivaluedMapImpl<K,V> other) |
void |
addFirst(K key,
V value) |
void |
addMultiple(K key,
Collection<V> values) |
boolean |
equalsIgnoreValueOrder(javax.ws.rs.core.MultivaluedMap<K,V> omap) |
V |
getFirst(K key) |
List<V> |
getList(K key) |
void |
putSingle(K key,
V value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic final void addMultiple(K key, Collection<V> values)
public void addAll(MultivaluedMapImpl<K,V> other)
Copyright © 2020 JBoss by Red Hat. All rights reserved.