public final class MultiReaderFastListMultimap<K,V> extends AbstractMutableListMultimap<K,V> implements Externalizable
| Constructor and Description |
|---|
MultiReaderFastListMultimap() |
MultiReaderFastListMultimap(int distinctKeys,
int valuesPerKey) |
MultiReaderFastListMultimap(Iterable<Pair<K,V>> inputIterable) |
MultiReaderFastListMultimap(Multimap<? extends K,? extends V> multimap) |
MultiReaderFastListMultimap(Pair<K,V>... pairs) |
| Modifier and Type | Method and Description |
|---|---|
MutableBagMultimap<V,K> |
flip() |
MultiReaderFastListMultimap<K,V> |
newEmpty() |
static <K,V> MultiReaderFastListMultimap<K,V> |
newMultimap() |
static <K,V> MultiReaderFastListMultimap<K,V> |
newMultimap(Iterable<Pair<K,V>> inputIterable) |
static <K,V> MultiReaderFastListMultimap<K,V> |
newMultimap(Multimap<? extends K,? extends V> multimap) |
static <K,V> MultiReaderFastListMultimap<K,V> |
newMultimap(Pair<K,V>... pairs) |
FastListMultimap<K,V> |
rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
FastListMultimap<K,V> |
rejectKeysValues(Predicate2<? super K,? super V> predicate) |
FastListMultimap<K,V> |
selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
FastListMultimap<K,V> |
selectKeysValues(Predicate2<? super K,? super V> predicate) |
asSynchronized, collectKeyMultiValues, collectKeysValues, collectValues, forEachKeyMutableList, 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, withKeyValuecollectKeyMultiValues, 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, valuesViewadd, clear, put, putAll, putAll, putAllPairs, putAllPairs, removepublic MultiReaderFastListMultimap()
public MultiReaderFastListMultimap(int distinctKeys,
int valuesPerKey)
public MultiReaderFastListMultimap(Multimap<? extends K,? extends V> multimap)
public static <K,V> MultiReaderFastListMultimap<K,V> newMultimap()
public static <K,V> MultiReaderFastListMultimap<K,V> newMultimap(Multimap<? extends K,? extends V> multimap)
public static <K,V> MultiReaderFastListMultimap<K,V> newMultimap(Pair<K,V>... pairs)
public static <K,V> MultiReaderFastListMultimap<K,V> newMultimap(Iterable<Pair<K,V>> inputIterable)
public MultiReaderFastListMultimap<K,V> newEmpty()
newEmpty in interface ListMultimap<K,V>newEmpty in interface MutableListMultimap<K,V>newEmpty in interface Multimap<K,V>newEmpty in interface MutableMultimap<K,V>newEmpty in interface OrderedIterableMultimap<K,V>newEmpty in interface ReversibleIterableMultimap<K,V>public MutableBagMultimap<V,K> flip()
public FastListMultimap<K,V> selectKeysValues(Predicate2<? super K,? super V> predicate)
selectKeysValues in interface ListMultimap<K,V>selectKeysValues in interface MutableListMultimap<K,V>selectKeysValues in interface Multimap<K,V>selectKeysValues in interface MutableMultimap<K,V>selectKeysValues in interface OrderedIterableMultimap<K,V>selectKeysValues in interface ReversibleIterableMultimap<K,V>public FastListMultimap<K,V> rejectKeysValues(Predicate2<? super K,? super V> predicate)
rejectKeysValues in interface ListMultimap<K,V>rejectKeysValues in interface MutableListMultimap<K,V>rejectKeysValues in interface Multimap<K,V>rejectKeysValues in interface MutableMultimap<K,V>rejectKeysValues in interface OrderedIterableMultimap<K,V>rejectKeysValues in interface ReversibleIterableMultimap<K,V>public FastListMultimap<K,V> selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
selectKeysMultiValues in interface ListMultimap<K,V>selectKeysMultiValues in interface MutableListMultimap<K,V>selectKeysMultiValues in interface Multimap<K,V>selectKeysMultiValues in interface MutableMultimap<K,V>selectKeysMultiValues in interface OrderedIterableMultimap<K,V>selectKeysMultiValues in interface ReversibleIterableMultimap<K,V>public FastListMultimap<K,V> rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
rejectKeysMultiValues in interface ListMultimap<K,V>rejectKeysMultiValues in interface MutableListMultimap<K,V>rejectKeysMultiValues in interface Multimap<K,V>rejectKeysMultiValues in interface MutableMultimap<K,V>rejectKeysMultiValues in interface OrderedIterableMultimap<K,V>rejectKeysMultiValues in interface ReversibleIterableMultimap<K,V>Copyright © 2004–2022. All rights reserved.