public interface MultivaluedMap<K,V> extends Map<K,List<V>>
| 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) |
boolean |
equalsIgnoreValueOrder(MultivaluedMap<K,V> otherMap) |
V |
getFirst(K key) |
void |
putSingle(K key,
V value) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesboolean equalsIgnoreValueOrder(MultivaluedMap<K,V> otherMap)
Copyright © 2018 The Apache Software Foundation. All rights reserved.