public final class SynchronizedPutUnifiedSetMultimap<K,V> extends AbstractSynchronizedPutMultimap<K,V,org.eclipse.collections.api.set.MutableSet<V>> implements org.eclipse.collections.api.multimap.set.MutableSetMultimap<K,V>, Externalizable
| Constructor and Description |
|---|
SynchronizedPutUnifiedSetMultimap() |
SynchronizedPutUnifiedSetMultimap(int initialCapacity) |
SynchronizedPutUnifiedSetMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable) |
SynchronizedPutUnifiedSetMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
SynchronizedPutUnifiedSetMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs) |
| 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.MutableSetMultimap<V,K> |
flip() |
SynchronizedPutUnifiedSetMultimap<K,V> |
newEmpty() |
static <K,V> SynchronizedPutUnifiedSetMultimap<K,V> |
newMultimap() |
static <K,V> SynchronizedPutUnifiedSetMultimap<K,V> |
newMultimap(int initialCapacity,
float loadFactor,
int concurrencyLevel) |
static <K,V> SynchronizedPutUnifiedSetMultimap<K,V> |
newMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable) |
static <K,V> SynchronizedPutUnifiedSetMultimap<K,V> |
newMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
static <K,V> SynchronizedPutUnifiedSetMultimap<K,V> |
newMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs) |
UnifiedSetMultimap<K,V> |
rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
UnifiedSetMultimap<K,V> |
rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
UnifiedSetMultimap<K,V> |
selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
UnifiedSetMultimap<K,V> |
selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
org.eclipse.collections.api.multimap.set.ImmutableSetMultimap<K,V> |
toImmutable() |
org.eclipse.collections.api.multimap.set.MutableSetMultimap<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, replaceValuesadd, 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, valuesViewreadExternal, writeExternalpublic SynchronizedPutUnifiedSetMultimap()
public SynchronizedPutUnifiedSetMultimap(int initialCapacity)
public SynchronizedPutUnifiedSetMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap)
public SynchronizedPutUnifiedSetMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs)
public static <K,V> SynchronizedPutUnifiedSetMultimap<K,V> newMultimap()
public static <K,V> SynchronizedPutUnifiedSetMultimap<K,V> newMultimap(int initialCapacity, float loadFactor, int concurrencyLevel)
public static <K,V> SynchronizedPutUnifiedSetMultimap<K,V> newMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap)
public static <K,V> SynchronizedPutUnifiedSetMultimap<K,V> newMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs)
public static <K,V> SynchronizedPutUnifiedSetMultimap<K,V> newMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable)
public SynchronizedPutUnifiedSetMultimap<K,V> newEmpty()
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.set.MutableSetIterableMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.set.MutableSetMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>newEmpty in interface org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<K,V>public UnifiedSetMultimap<K,V> selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
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.set.MutableSetIterableMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.set.MutableSetMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>selectKeysValues in interface org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<K,V>public UnifiedSetMultimap<K,V> rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate)
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.set.MutableSetIterableMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.set.MutableSetMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>rejectKeysValues in interface org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<K,V>public UnifiedSetMultimap<K,V> selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate)
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.set.MutableSetIterableMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.set.MutableSetMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>selectKeysMultiValues in interface org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<K,V>public UnifiedSetMultimap<K,V> rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate)
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.set.MutableSetIterableMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.set.MutableSetMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>rejectKeysMultiValues in interface org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<K,V>public <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>public org.eclipse.collections.api.multimap.set.MutableSetMultimap<V,K> flip()
flip in interface org.eclipse.collections.api.multimap.Multimap<K,V>flip in interface org.eclipse.collections.api.multimap.MutableMultimap<K,V>flip in interface org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap<K,V>flip in interface org.eclipse.collections.api.multimap.set.MutableSetMultimap<K,V>flip in interface org.eclipse.collections.api.multimap.set.SetMultimap<K,V>Copyright © 2004–2018. All rights reserved.