Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableBagMultimapImpl<K,V>
The default ImmutableBagMultimap implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableListMultimapImpl<K,V>
The default ImmutableListMultimap implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSetMultimapImpl<K,V>
The default ImmutableBagMultimap implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSortedSetMultimapImpl<K,V>
The default ImmutableSortedSetMultimap implementation.
|
Copyright © 2004–2017. All rights reserved.