public abstract class AbstractMutableListMultimap<K,V> extends AbstractMutableMultimap<K,V,org.eclipse.collections.api.list.MutableList<V>> implements org.eclipse.collections.api.multimap.list.MutableListMultimap<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) |
<V2> FastListMultimap<K,V2> |
collectValues(org.eclipse.collections.api.block.function.Function<? super V,? extends V2> function) |
org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> |
toImmutable() |
org.eclipse.collections.api.multimap.list.MutableListMultimap<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, selectKeysValuescollectKeysValues, 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 org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> toImmutable()
public <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.list.ListMultimap<K,V>collectKeysValues in interface org.eclipse.collections.api.multimap.list.MutableListMultimap<K,V>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.ordered.OrderedIterableMultimap<K,V>public <V2> FastListMultimap<K,V2> collectValues(org.eclipse.collections.api.block.function.Function<? super V,? extends V2> function)
collectValues in interface org.eclipse.collections.api.multimap.list.ListMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.list.MutableListMultimap<K,V>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.ordered.OrderedIterableMultimap<K,V>collectValues in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>Copyright © 2004–2018. All rights reserved.