public final class FastListMultimap<K,V> extends AbstractMutableListMultimap<K,V> implements Externalizable
| Constructor and Description |
|---|
FastListMultimap() |
FastListMultimap(int distinctKeys,
int valuesPerKey) |
FastListMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable) |
FastListMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
FastListMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.multimap.bag.MutableBagMultimap<V,K> |
flip() |
FastListMultimap<K,V> |
newEmpty() |
static <K,V> FastListMultimap<K,V> |
newMultimap() |
static <K,V> FastListMultimap<K,V> |
newMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable) |
static <K,V> FastListMultimap<K,V> |
newMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
static <K,V> FastListMultimap<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) |
void |
trimToSize() |
collectKeysValues, collectValues, toImmutable, toMutableadd, clear, get, isEmpty, put, putAll, putAll, putAllPairs, readExternal, remove, removeAll, replaceValues, size, 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, valuesViewreadExternal, writeExternalget, 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, valuesViewpublic FastListMultimap()
public FastListMultimap(int distinctKeys,
int valuesPerKey)
public FastListMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap)
public static <K,V> FastListMultimap<K,V> newMultimap()
public static <K,V> FastListMultimap<K,V> newMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap)
public static <K,V> FastListMultimap<K,V> newMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs)
public static <K,V> FastListMultimap<K,V> newMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable)
public void trimToSize()
public FastListMultimap<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.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>Copyright © 2004–2018. All rights reserved.