public abstract class AbstractMutableBagMultimap<K,V> extends AbstractMutableMultimap<K,V,org.eclipse.collections.api.bag.MutableBag<V>> implements org.eclipse.collections.api.multimap.bag.MutableBagMultimap<K,V>
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> HashBagMultimap<K2,V2> |
collectKeysValues(org.eclipse.collections.api.block.function.Function2<? super K,? super V,org.eclipse.collections.api.tuple.Pair<K2,V2>> function) |
void |
putOccurrences(K key,
V value,
int occurrences) |
void |
readExternal(ObjectInput in) |
org.eclipse.collections.api.multimap.bag.ImmutableBagMultimap<K,V> |
toImmutable() |
org.eclipse.collections.api.multimap.bag.MutableBagMultimap<K,V> |
toMutable() |
void |
writeExternal(ObjectOutput out) |
add, clear, get, isEmpty, put, putAll, putAll, putAllPairs, remove, removeAll, replaceValues, size, sizeDistinct, toMap, toMapcollectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, toString, valuesViewcollectValues, flip, get, newEmpty, rejectKeysMultiValues, rejectKeysValues, removeAll, replaceValues, selectKeysMultiValues, selectKeysValuesadd, clear, put, putAll, putAll, putAllPairs, removecollectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, size, sizeDistinct, toMap, toMap, valuesViewpublic <K2,V2> HashBagMultimap<K2,V2> collectKeysValues(org.eclipse.collections.api.block.function.Function2<? super K,? super V,org.eclipse.collections.api.tuple.Pair<K2,V2>> function)
collectKeysValues in interface org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.bag.MutableBagMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in class AbstractMutableMultimap<K,V,org.eclipse.collections.api.bag.MutableBag<V>>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in class AbstractMutableMultimap<K,V,org.eclipse.collections.api.bag.MutableBag<V>>IOExceptionClassNotFoundExceptionCopyright © 2004–2018. All rights reserved.