| Package | Description |
|---|---|
| com.gs.collections.impl.multimap |
This package contains implementations of the
Multimap interface. |
| com.gs.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
| com.gs.collections.impl.multimap.list |
This package contains implementations of the
ListMultimap interface. |
| com.gs.collections.impl.multimap.set |
This package contains implementations of the
SetMultimap interface. |
| com.gs.collections.impl.multimap.set.sorted |
This package contains implementations of the
SortedSetMultimap 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 | Class and Description |
|---|---|
class |
AbstractSynchronizedPutMultimap<K,V,C extends com.gs.collections.api.collection.MutableCollection<V>> |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractMutableMultimap<K,V,?> |
ImmutableMultimapSerializationProxy.createEmptyMutableMultimap() |
| Modifier and Type | Class and Description |
|---|---|
class |
HashBagMultimap<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 |
FastListMultimap<K,V> |
class |
SynchronizedPutFastListMultimap<K,V>
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractMutableMultimap<K,V,com.gs.collections.api.list.MutableList<V>> |
ImmutableListMultimapImpl.ImmutableListMultimapSerializationProxy.createEmptyMutableMultimap() |
| Modifier and Type | Class and Description |
|---|---|
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 |
TreeSortedSetMultimap<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
UnifiedSetWithHashingStrategyMultimap<K,V> |