public interface BagMultimap<K,V> extends Multimap<K,V>
| Modifier and Type | Method and Description |
|---|---|
Bag<V> |
get(K key)
Returns a view of all values associated with the given key.
|
BagMultimap<K,V> |
newEmpty()
Creates a new instance of the same implementation type, using the default capacity and growth parameters.
|
containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, size, sizeDistinct, toImmutable, toMap, toMap, toMutable, valuesViewBagMultimap<K,V> newEmpty()
MultimapCopyright © 2004–2017. All rights reserved.