Package | Description |
---|---|
com.gs.collections.api.multimap.list |
This package contains interfaces for
ListMultimap . |
com.gs.collections.api.multimap.ordered | |
com.gs.collections.api.ordered | |
com.gs.collections.impl.multimap.list |
This package contains implementations of the
ListMultimap interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableListMultimap<K,V> |
interface |
ListMultimap<K,V> |
interface |
MutableListMultimap<K,V> |
Modifier and Type | Method and Description |
---|---|
ReversibleIterableMultimap<K,V> |
ReversibleIterableMultimap.newEmpty() |
Modifier and Type | Method and Description |
---|---|
<V> ReversibleIterableMultimap<V,T> |
ReversibleIterable.groupBy(Function<? super T,? extends V> function) |
<V> ReversibleIterableMultimap<V,T> |
ReversibleIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Class and Description |
---|---|
class |
FastListMultimap<K,V> |
class |
ImmutableListMultimapImpl<K,V>
The default ImmutableListMultimap implementation.
|
class |
SynchronizedPutFastListMultimap<K,V>
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.
|
Copyright © 2004–2019. All rights reserved.