public abstract class AbstractMutableSetMultimap<K,V> extends AbstractMutableMultimap<K,V,com.gs.collections.api.set.MutableSet<V>> implements com.gs.collections.api.multimap.set.MutableSetMultimap<K,V>
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> com.gs.collections.api.multimap.bag.MutableBagMultimap<K2,V2> |
collectKeysValues(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function) |
<V2> com.gs.collections.api.multimap.bag.MutableBagMultimap<K,V2> |
collectValues(com.gs.collections.api.block.function.Function<? super V,? extends V2> function) |
com.gs.collections.api.multimap.set.ImmutableSetMultimap<K,V> |
toImmutable() |
com.gs.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> com.gs.collections.api.multimap.bag.MutableBagMultimap<K2,V2> collectKeysValues(com.gs.collections.api.block.function.Function2<? super K,? super V,com.gs.collections.api.tuple.Pair<K2,V2>> function)
collectKeysValues in interface com.gs.collections.api.multimap.Multimap<K,V>collectKeysValues in interface com.gs.collections.api.multimap.MutableMultimap<K,V>collectKeysValues in interface com.gs.collections.api.multimap.set.MutableSetIterableMultimap<K,V>collectKeysValues in interface com.gs.collections.api.multimap.set.MutableSetMultimap<K,V>collectKeysValues in interface com.gs.collections.api.multimap.set.UnsortedSetMultimap<K,V>public <V2> com.gs.collections.api.multimap.bag.MutableBagMultimap<K,V2> collectValues(com.gs.collections.api.block.function.Function<? super V,? extends V2> function)
collectValues in interface com.gs.collections.api.multimap.Multimap<K,V>collectValues in interface com.gs.collections.api.multimap.MutableMultimap<K,V>collectValues in interface com.gs.collections.api.multimap.set.MutableSetIterableMultimap<K,V>collectValues in interface com.gs.collections.api.multimap.set.MutableSetMultimap<K,V>collectValues in interface com.gs.collections.api.multimap.set.UnsortedSetMultimap<K,V>Copyright © 2004–2016. All rights reserved.