public class MultiValueMap<K,V> extends HashMap<K,Set<V>> implements Map<K,Set<V>>
Title:
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiValueMap() |
MultiValueMap(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(K key,
V value) |
boolean |
addAll(K key,
Collection<? extends V> collection) |
boolean |
contains(K key,
V value) |
Iterator<V> |
flattenedValues() |
Set<V> |
put(K key,
Set<V> values) |
Set<V> |
putSingle(K key,
V value) |
boolean |
remove(Object key,
Object value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, 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, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesCopyright © 2019. All rights reserved.