Package | Description |
---|---|
com.gs.collections.api.multimap.set |
This package contains interfaces for
SetMultimap . |
com.gs.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
com.gs.collections.impl.lazy.parallel.set | |
com.gs.collections.impl.multimap.set |
This package contains implementations of the
SetMultimap interface. |
com.gs.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 | Interface and Description |
---|---|
interface |
ImmutableSetMultimap<K,V> |
interface |
MutableSetMultimap<K,V> |
Modifier and Type | Method and Description |
---|---|
UnsortedSetMultimap<K,V> |
UnsortedSetMultimap.newEmpty() |
Modifier and Type | Method and Description |
---|---|
<V> UnsortedSetMultimap<V,T> |
ParallelUnsortedSetIterable.groupBy(Function<? super T,? extends 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> |
AbstractParallelUnsortedSetIterable.groupBy(Function<? super T,? extends V> function) |
<V> UnsortedSetMultimap<V,T> |
AbstractParallelUnsortedSetIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSetMultimapImpl<K,V>
The default ImmutableBagMultimap implementation.
|
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–2018. All rights reserved.