public abstract class AbstractMutableSetMultimap<K,V> extends AbstractMutableMultimap<K,V,org.eclipse.collections.api.set.MutableSet<V>> implements org.eclipse.collections.api.multimap.set.MutableSetMultimap<K,V>
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<K2,V2> |
collectKeysValues(org.eclipse.collections.api.block.function.Function2<? super K,? super V,org.eclipse.collections.api.tuple.Pair<K2,V2>> function) |
<V2> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<K,V2> |
collectValues(org.eclipse.collections.api.block.function.Function<? super V,? extends V2> function) |
org.eclipse.collections.api.multimap.set.ImmutableSetMultimap<K,V> |
toImmutable() |
org.eclipse.collections.api.multimap.set.MutableSetMultimap<K,V> |
toMutable() |
add, clear, get, isEmpty, put, putAll, putAll, putAllPairs, readExternal, remove, removeAll, replaceValues, size, sizeDistinct, toMap, toMap, writeExternalcollectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, toString, valuesViewflip, 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> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<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.Multimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.set.MutableSetMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<K,V>public <V2> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<K,V2> collectValues(org.eclipse.collections.api.block.function.Function<? super V,? extends V2> function)
collectValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.set.MutableSetMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<K,V>Copyright © 2004–2018. All rights reserved.