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> value) |
boolean |
remove(K key,
V value) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, valuesequals, hashCode, toStringCopyright © 2013. All Rights Reserved.