public final class UnifiedSetWithHashingStrategyMultimap<K,V> extends AbstractMutableSetMultimap<K,V> implements Externalizable
| Constructor and Description |
|---|
UnifiedSetWithHashingStrategyMultimap()
Deprecated.
Empty default constructor used for serialization. Instantiating an UnifiedSetWithHashingStrategyMultimap with
this constructor will have a null hashingStrategy and throw NullPointerException when used.
|
UnifiedSetWithHashingStrategyMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy) |
UnifiedSetWithHashingStrategyMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy,
Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable) |
UnifiedSetWithHashingStrategyMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy,
org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
UnifiedSetWithHashingStrategyMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy,
org.eclipse.collections.api.tuple.Pair<K,V>... pairs) |
UnifiedSetWithHashingStrategyMultimap(UnifiedSetWithHashingStrategyMultimap<K,V> multimap) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.multimap.set.MutableSetMultimap<V,K> |
flip() |
org.eclipse.collections.api.block.HashingStrategy<? super V> |
getValueHashingStrategy() |
UnifiedSetWithHashingStrategyMultimap<K,V> |
newEmpty() |
static <K,V> UnifiedSetWithHashingStrategyMultimap<K,V> |
newMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy) |
static <K,V> UnifiedSetWithHashingStrategyMultimap<K,V> |
newMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy,
Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable) |
static <K,V> UnifiedSetWithHashingStrategyMultimap<K,V> |
newMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy,
org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
static <K,V> UnifiedSetWithHashingStrategyMultimap<K,V> |
newMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy,
org.eclipse.collections.api.tuple.Pair<K,V>... pairs) |
static <K,V> UnifiedSetWithHashingStrategyMultimap<K,V> |
newMultimap(UnifiedSetWithHashingStrategyMultimap<K,V> multimap) |
void |
readExternal(ObjectInput in) |
UnifiedSetWithHashingStrategyMultimap<K,V> |
rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
UnifiedSetWithHashingStrategyMultimap<K,V> |
rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
UnifiedSetWithHashingStrategyMultimap<K,V> |
selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
UnifiedSetWithHashingStrategyMultimap<K,V> |
selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
void |
writeExternal(ObjectOutput out) |
collectKeysValues, collectValues, toImmutable, toMutableadd, clear, get, isEmpty, put, putAll, putAll, putAllPairs, remove, removeAll, replaceValues, size, sizeDistinct, toMap, toMapcollectKeysValues, 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, valuesView@Deprecated public UnifiedSetWithHashingStrategyMultimap()
public UnifiedSetWithHashingStrategyMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy)
public UnifiedSetWithHashingStrategyMultimap(UnifiedSetWithHashingStrategyMultimap<K,V> multimap)
public UnifiedSetWithHashingStrategyMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy, org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap)
public UnifiedSetWithHashingStrategyMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy, org.eclipse.collections.api.tuple.Pair<K,V>... pairs)
public static <K,V> UnifiedSetWithHashingStrategyMultimap<K,V> newMultimap(UnifiedSetWithHashingStrategyMultimap<K,V> multimap)
public static <K,V> UnifiedSetWithHashingStrategyMultimap<K,V> newMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy, org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap)
public static <K,V> UnifiedSetWithHashingStrategyMultimap<K,V> newMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy)
public static <K,V> UnifiedSetWithHashingStrategyMultimap<K,V> newMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy, org.eclipse.collections.api.tuple.Pair<K,V>... pairs)
public static <K,V> UnifiedSetWithHashingStrategyMultimap<K,V> newMultimap(org.eclipse.collections.api.block.HashingStrategy<? super V> hashingStrategy, Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable)
public UnifiedSetWithHashingStrategyMultimap<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 org.eclipse.collections.api.block.HashingStrategy<? super V> getValueHashingStrategy()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class AbstractMutableMultimap<K,V,org.eclipse.collections.api.set.MutableSet<V>>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class AbstractMutableMultimap<K,V,org.eclipse.collections.api.set.MutableSet<V>>IOExceptionClassNotFoundExceptionpublic 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>public UnifiedSetWithHashingStrategyMultimap<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 UnifiedSetWithHashingStrategyMultimap<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 UnifiedSetWithHashingStrategyMultimap<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 UnifiedSetWithHashingStrategyMultimap<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>Copyright © 2004–2018. All rights reserved.