Package | Description |
---|---|
org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
org.eclipse.collections.api.multimap.set |
This package contains interfaces for
SetMultimap . |
org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
org.eclipse.collections.impl.lazy.parallel | |
org.eclipse.collections.impl.lazy.parallel.set | |
org.eclipse.collections.impl.multimap.set |
This package contains implementations of the
SetMultimap interface. |
org.eclipse.collections.impl.multimap.set.strategy |
This package contains implementations of the
SetMultimap interface which use a set with user-defined HashingStrategy as their underlying store for the multiple values of a given key. |
Modifier and Type | Method and Description |
---|---|
UnsortedSetMultimap<V,K> |
UnsortedMapIterable.flip() |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableSetMultimap<K,V> |
interface |
MutableSetMultimap<K,V> |
Modifier and Type | Method and Description |
---|---|
UnsortedSetMultimap<K,V> |
UnsortedSetMultimap.newEmpty() |
UnsortedSetMultimap<K,V> |
UnsortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
UnsortedSetMultimap<K,V> |
UnsortedSetMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
UnsortedSetMultimap<K,V> |
UnsortedSetMultimap.selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
UnsortedSetMultimap<K,V> |
UnsortedSetMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
Modifier and Type | Method and Description |
---|---|
<V> UnsortedSetMultimap<V,T> |
UnsortedSetIterable.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedSetMultimap<V,T> |
ParallelUnsortedSetIterable.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedSetMultimap<V,T> |
UnsortedSetIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> UnsortedSetMultimap<V,T> |
ParallelUnsortedSetIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Method and Description |
---|---|
<V> UnsortedSetMultimap<V,T> |
ParallelDistinctIterable.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedSetMultimap<V,T> |
ParallelDistinctIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Method and Description |
---|---|
<V> UnsortedSetMultimap<V,T> |
SynchronizedParallelUnsortedSetIterable.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedSetMultimap<V,T> |
AbstractParallelUnsortedSetIterable.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedSetMultimap<V,T> |
NonParallelUnsortedSetIterable.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedSetMultimap<V,T> |
MultiReaderParallelUnsortedSetIterable.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedSetMultimap<V,T> |
SynchronizedParallelUnsortedSetIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> UnsortedSetMultimap<V,T> |
AbstractParallelUnsortedSetIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> UnsortedSetMultimap<V,T> |
NonParallelUnsortedSetIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> UnsortedSetMultimap<V,T> |
MultiReaderParallelUnsortedSetIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableSetMultimap<K,V> |
class |
ImmutableSetMultimapImpl<K,V>
The default ImmutableBagMultimap implementation.
|
class |
MultiReaderUnifiedSetMultimap<K,V> |
class |
SynchronizedPutUnifiedSetMultimap<K,V>
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.
|
class |
UnifiedSetMultimap<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
UnifiedSetWithHashingStrategyMultimap<K,V> |
Copyright © 2004–2016. All rights reserved.