public abstract class AbstractSynchronizedPutMultimap<K,V,C extends MutableCollection<V>> extends AbstractMutableMultimap<K,V,C>
Modifier and Type | Method and Description |
---|---|
boolean |
put(K key,
V value) |
int |
size()
Use the size method directly instead of totalSize internally so subclasses can override if necessary.
|
clear, get, isEmpty, putAll, putAll, putAllPairs, readExternal, remove, removeAll, replaceValues, sizeDistinct, toMap, writeExternal
containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, hashCode, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, toMap, toString, valuesView
newEmpty
containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, hashCode, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, toImmutable, toMap, toMutable, valuesView
public int size()
AbstractMutableMultimap
public boolean put(K key, V value)
put
in interface MutableMultimap<K,V>
put
in class AbstractMutableMultimap<K,V,C extends MutableCollection<V>>
Copyright © 2004–2019. All rights reserved.