| Constructor and Description |
|---|
GuavaMultivaluedMap() |
GuavaMultivaluedMap(com.google.common.collect.Multimap<K,V> multimap) |
| 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 |
addFirst(K key,
V value) |
protected Map<K,List<V>> |
delegate() |
boolean |
equalsIgnoreValueOrder(javax.ws.rs.core.MultivaluedMap<K,V> otherMap) |
V |
getFirst(K key) |
void |
putSingle(K key,
V value) |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesclone, finalize, 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, values@SafeVarargs public final void addAll(K key, V... newValues)
Copyright © 2010–2020 Airlift. All rights reserved.