Package | Description |
---|---|
org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
org.eclipse.collections.api.multimap.bag |
This package contains interfaces for
BagMultimap . |
org.eclipse.collections.api.multimap.list |
This package contains interfaces for
ListMultimap . |
org.eclipse.collections.api.multimap.set |
This package contains interfaces for
SetMultimap . |
org.eclipse.collections.impl.lazy.parallel | |
org.eclipse.collections.impl.lazy.parallel.bag | |
org.eclipse.collections.impl.lazy.parallel.set | |
org.eclipse.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
org.eclipse.collections.impl.multimap.bag.strategy |
Modifier and Type | Method and Description |
---|---|
<V> UnsortedBagMultimap<V,T> |
UnsortedBag.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedBagMultimap<V,T> |
ParallelUnsortedBag.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedBagMultimap<V,T> |
UnsortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> UnsortedBagMultimap<V,T> |
ParallelUnsortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableBagMultimap<K,V> |
interface |
MutableBagMultimap<K,V> |
Modifier and Type | Method and Description |
---|---|
<K2,V2> UnsortedBagMultimap<K2,V2> |
UnsortedBagMultimap.collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function) |
<V2> UnsortedBagMultimap<K,V2> |
UnsortedBagMultimap.collectValues(Function<? super V,? extends V2> function) |
UnsortedBagMultimap<K,V> |
UnsortedBagMultimap.newEmpty() |
UnsortedBagMultimap<K,V> |
UnsortedBagMultimap.rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
UnsortedBagMultimap<K,V> |
UnsortedBagMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
UnsortedBagMultimap<K,V> |
UnsortedBagMultimap.selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
UnsortedBagMultimap<K,V> |
UnsortedBagMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
Modifier and Type | Method and Description |
---|---|
UnsortedBagMultimap<V,K> |
ListMultimap.flip() |
Modifier and Type | Method and Description |
---|---|
<K2,V2> UnsortedBagMultimap<K2,V2> |
UnsortedSetMultimap.collectKeysValues(Function2<? super K,? super V,Pair<K2,V2>> function) |
<V2> UnsortedBagMultimap<K,V2> |
UnsortedSetMultimap.collectValues(Function<? super V,? extends V2> function) |
Modifier and Type | Method and Description |
---|---|
<V> UnsortedBagMultimap<V,T> |
AbstractParallelIterableImpl.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedBagMultimap<V,T> |
AbstractParallelIterableImpl.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Method and Description |
---|---|
<V> UnsortedBagMultimap<V,T> |
NonParallelUnsortedBag.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedBagMultimap<V,T> |
AbstractParallelUnsortedBag.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedBagMultimap<V,T> |
NonParallelUnsortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> UnsortedBagMultimap<V,T> |
AbstractParallelUnsortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Method and Description |
---|---|
<V1> UnsortedBagMultimap<V1,V> |
ParallelFlatCollectIterable.groupBy(Function<? super V,? extends V1> function) |
<V1> UnsortedBagMultimap<V1,V> |
ParallelCollectIterable.groupBy(Function<? super V,? extends V1> function) |
<V1> UnsortedBagMultimap<V1,V> |
ParallelFlatCollectIterable.groupByEach(Function<? super V,? extends Iterable<V1>> function) |
<V1> UnsortedBagMultimap<V1,V> |
ParallelCollectIterable.groupByEach(Function<? super V,? extends Iterable<V1>> function) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableBagMultimap<K,V> |
class |
HashBagMultimap<K,V> |
class |
ImmutableBagMultimapImpl<K,V>
The default ImmutableBagMultimap implementation.
|
class |
MultiReaderHashBagMultimap<K,V> |
class |
SynchronizedPutHashBagMultimap<K,V>
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.
|
Modifier and Type | Class and Description |
---|---|
class |
HashBagMultimapWithHashingStrategy<K,V> |
Copyright © 2004–2016. All rights reserved.