public final class SynchronizedPutFastListMultimap<K,V> extends AbstractSynchronizedPutMultimap<K,V,org.eclipse.collections.api.list.MutableList<V>> implements org.eclipse.collections.api.multimap.list.MutableListMultimap<K,V>, Externalizable
| Constructor and Description |
|---|
SynchronizedPutFastListMultimap() |
SynchronizedPutFastListMultimap(int initialCapacity) |
SynchronizedPutFastListMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable) |
SynchronizedPutFastListMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
SynchronizedPutFastListMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs) |
| 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.bag.MutableBagMultimap<V,K> |
flip() |
SynchronizedPutFastListMultimap<K,V> |
newEmpty() |
static <K,V> SynchronizedPutFastListMultimap<K,V> |
newMultimap() |
static <K,V> SynchronizedPutFastListMultimap<K,V> |
newMultimap(int initialCapacity,
float loadFactor,
int concurrencyLevel) |
static <K,V> SynchronizedPutFastListMultimap<K,V> |
newMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable) |
static <K,V> SynchronizedPutFastListMultimap<K,V> |
newMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
static <K,V> SynchronizedPutFastListMultimap<K,V> |
newMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs) |
FastListMultimap<K,V> |
rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
FastListMultimap<K,V> |
rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
FastListMultimap<K,V> |
selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
FastListMultimap<K,V> |
selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> |
toImmutable() |
org.eclipse.collections.api.multimap.list.MutableListMultimap<K,V> |
toMutable() |
put, sizeadd, clear, get, isEmpty, putAll, putAll, putAllPairs, readExternal, remove, removeAll, replaceValues, 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, valuesViewget, removeAll, replaceValuescollectKeysValues, 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, valuesViewadd, clear, put, putAll, putAll, putAllPairs, removereadExternal, writeExternalpublic SynchronizedPutFastListMultimap()
public SynchronizedPutFastListMultimap(int initialCapacity)
public SynchronizedPutFastListMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap)
public SynchronizedPutFastListMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs)
public static <K,V> SynchronizedPutFastListMultimap<K,V> newMultimap()
public static <K,V> SynchronizedPutFastListMultimap<K,V> newMultimap(int initialCapacity, float loadFactor, int concurrencyLevel)
public static <K,V> SynchronizedPutFastListMultimap<K,V> newMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap)
public static <K,V> SynchronizedPutFastListMultimap<K,V> newMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs)
public static <K,V> SynchronizedPutFastListMultimap<K,V> newMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable)
public SynchronizedPutFastListMultimap<K,V> newEmpty()
newEmpty in interface org.eclipse.collections.api.multimap.list.ListMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.list.MutableListMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.Multimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>public org.eclipse.collections.api.multimap.list.ImmutableListMultimap<K,V> toImmutable()
public org.eclipse.collections.api.multimap.bag.MutableBagMultimap<V,K> flip()
flip in interface org.eclipse.collections.api.multimap.list.ListMultimap<K,V>flip in interface org.eclipse.collections.api.multimap.list.MutableListMultimap<K,V>flip in interface org.eclipse.collections.api.multimap.Multimap<K,V>flip in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>public FastListMultimap<K,V> selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
selectKeysValues in interface org.eclipse.collections.api.multimap.list.ListMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.list.MutableListMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>public FastListMultimap<K,V> rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
rejectKeysValues in interface org.eclipse.collections.api.multimap.list.ListMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.list.MutableListMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>public FastListMultimap<K,V> selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate)
selectKeysMultiValues in interface org.eclipse.collections.api.multimap.list.ListMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.list.MutableListMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>public FastListMultimap<K,V> rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate)
rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.list.ListMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.list.MutableListMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.Multimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.ordered.OrderedIterableMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.ordered.ReversibleIterableMultimap<K,V>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–2017. All rights reserved.