Package io.airlift.jaxrs.testing
Class GuavaMultivaluedMap<K,V>
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- com.google.common.collect.ForwardingMap<K,List<V>>
-
- io.airlift.jaxrs.testing.GuavaMultivaluedMap<K,V>
-
-
Constructor Summary
Constructors Constructor Description GuavaMultivaluedMap()GuavaMultivaluedMap(com.google.common.collect.Multimap<K,V> multimap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(K key, V value)voidaddAll(K key, List<V> valueList)voidaddAll(K key, V... newValues)voidaddFirst(K key, V value)protected Map<K,List<V>>delegate()booleanequalsIgnoreValueOrder(javax.ws.rs.core.MultivaluedMap<K,V> otherMap)VgetFirst(K key)voidputSingle(K key, V value)-
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
addAll
@SafeVarargs public final void addAll(K key, V... newValues)
-
-