public final class UnifiedSetMultimap<K,V> extends AbstractMutableSetMultimap<K,V> implements Externalizable
| Constructor and Description |
|---|
UnifiedSetMultimap() |
UnifiedSetMultimap(Iterable<Pair<K,V>> inputIterable) |
UnifiedSetMultimap(Multimap<? extends K,? extends V> multimap) |
UnifiedSetMultimap(Pair<K,V>... pairs) |
| Modifier and Type | Method and Description |
|---|---|
MutableSetMultimap<V,K> |
flip() |
UnifiedSetMultimap<K,V> |
newEmpty() |
static <K,V> UnifiedSetMultimap<K,V> |
newMultimap() |
static <K,V> UnifiedSetMultimap<K,V> |
newMultimap(Iterable<Pair<K,V>> inputIterable) |
static <K,V> UnifiedSetMultimap<K,V> |
newMultimap(Multimap<? extends K,? extends V> multimap) |
static <K,V> UnifiedSetMultimap<K,V> |
newMultimap(Pair<K,V>... pairs) |
UnifiedSetMultimap<K,V> |
rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
UnifiedSetMultimap<K,V> |
rejectKeysValues(Predicate2<? super K,? super V> predicate) |
UnifiedSetMultimap<K,V> |
selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
UnifiedSetMultimap<K,V> |
selectKeysValues(Predicate2<? super K,? super V> predicate) |
asSynchronized, collectKeyMultiValues, collectKeysValues, collectValues, forEachKeyMutableSet, toImmutable, toMutableclear, get, getIfAbsentPutAll, isEmpty, keySet, put, putAll, putAll, readExternal, remove, removeAll, replaceValues, size, sizeDistinct, toMap, toMap, writeExternalcollectKeyMultiValues, collectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, keyBag, keyMultiValuePairsView, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, toString, valuesViewreadExternal, writeExternalget, getIfAbsentPutAll, removeAll, replaceValues, withKeyMultiValues, withKeyValueadd, clear, put, putAll, putAll, putAllPairs, putAllPairs, removecollectKeyMultiValues, collectKeysValues, collectValues, containsKey, containsKeyAndValue, containsValue, equals, forEachKey, forEachKeyMultiValues, forEachKeyValue, forEachValue, hashCode, isEmpty, keyBag, keyMultiValuePairsView, keySet, keysView, keyValuePairsView, multiValuesView, notEmpty, rejectKeysMultiValues, rejectKeysValues, selectKeysMultiValues, selectKeysValues, size, sizeDistinct, toMap, toMap, valuesViewpublic static <K,V> UnifiedSetMultimap<K,V> newMultimap(Multimap<? extends K,? extends V> multimap)
public static <K,V> UnifiedSetMultimap<K,V> newMultimap()
public static <K,V> UnifiedSetMultimap<K,V> newMultimap(Pair<K,V>... pairs)
public static <K,V> UnifiedSetMultimap<K,V> newMultimap(Iterable<Pair<K,V>> inputIterable)
public UnifiedSetMultimap<K,V> newEmpty()
newEmpty in interface Multimap<K,V>newEmpty in interface MutableMultimap<K,V>newEmpty in interface MutableSetIterableMultimap<K,V>newEmpty in interface MutableSetMultimap<K,V>newEmpty in interface SetMultimap<K,V>newEmpty in interface UnsortedSetMultimap<K,V>public MutableSetMultimap<V,K> flip()
flip in interface Multimap<K,V>flip in interface MutableMultimap<K,V>flip in interface MutableSetIterableMultimap<K,V>flip in interface MutableSetMultimap<K,V>flip in interface SetMultimap<K,V>public UnifiedSetMultimap<K,V> selectKeysValues(Predicate2<? super K,? super V> predicate)
selectKeysValues in interface Multimap<K,V>selectKeysValues in interface MutableMultimap<K,V>selectKeysValues in interface MutableSetIterableMultimap<K,V>selectKeysValues in interface MutableSetMultimap<K,V>selectKeysValues in interface SetMultimap<K,V>selectKeysValues in interface UnsortedSetMultimap<K,V>public UnifiedSetMultimap<K,V> rejectKeysValues(Predicate2<? super K,? super V> predicate)
rejectKeysValues in interface Multimap<K,V>rejectKeysValues in interface MutableMultimap<K,V>rejectKeysValues in interface MutableSetIterableMultimap<K,V>rejectKeysValues in interface MutableSetMultimap<K,V>rejectKeysValues in interface SetMultimap<K,V>rejectKeysValues in interface UnsortedSetMultimap<K,V>public UnifiedSetMultimap<K,V> selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
selectKeysMultiValues in interface Multimap<K,V>selectKeysMultiValues in interface MutableMultimap<K,V>selectKeysMultiValues in interface MutableSetIterableMultimap<K,V>selectKeysMultiValues in interface MutableSetMultimap<K,V>selectKeysMultiValues in interface SetMultimap<K,V>selectKeysMultiValues in interface UnsortedSetMultimap<K,V>public UnifiedSetMultimap<K,V> rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
rejectKeysMultiValues in interface Multimap<K,V>rejectKeysMultiValues in interface MutableMultimap<K,V>rejectKeysMultiValues in interface MutableSetIterableMultimap<K,V>rejectKeysMultiValues in interface MutableSetMultimap<K,V>rejectKeysMultiValues in interface SetMultimap<K,V>rejectKeysMultiValues in interface UnsortedSetMultimap<K,V>Copyright © 2004–2022. All rights reserved.