| Package | Description |
|---|---|
| org.eclipse.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
| Modifier and Type | Method and Description |
|---|---|
<V2> MultiReaderHashBagMultimap<K,V2> |
MultiReaderHashBagMultimap.collectValues(org.eclipse.collections.api.block.function.Function<? super V,? extends V2> function) |
MultiReaderHashBagMultimap<K,V> |
MultiReaderHashBagMultimap.newEmpty() |
static <K,V> MultiReaderHashBagMultimap<K,V> |
MultiReaderHashBagMultimap.newMultimap() |
static <K,V> MultiReaderHashBagMultimap<K,V> |
MultiReaderHashBagMultimap.newMultimap(Iterable<org.eclipse.collections.api.tuple.Pair<K,V>> inputIterable) |
static <K,V> MultiReaderHashBagMultimap<K,V> |
MultiReaderHashBagMultimap.newMultimap(org.eclipse.collections.api.multimap.Multimap<? extends K,? extends V> multimap) |
static <K,V> MultiReaderHashBagMultimap<K,V> |
MultiReaderHashBagMultimap.newMultimap(org.eclipse.collections.api.tuple.Pair<K,V>... pairs) |
MultiReaderHashBagMultimap<K,V> |
MultiReaderHashBagMultimap.rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
MultiReaderHashBagMultimap<K,V> |
MultiReaderHashBagMultimap.rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
MultiReaderHashBagMultimap<K,V> |
MultiReaderHashBagMultimap.selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super Iterable<V>> predicate) |
MultiReaderHashBagMultimap<K,V> |
MultiReaderHashBagMultimap.selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K,? super V> predicate) |
Copyright © 2004–2017. All rights reserved.