Package | Description |
---|---|
org.eclipse.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
org.eclipse.collections.impl.multimap.bag.sorted.immutable | |
org.eclipse.collections.impl.multimap.list |
This package contains implementations of the
ListMultimap interface. |
org.eclipse.collections.impl.multimap.set |
This package contains implementations of the
SetMultimap interface. |
org.eclipse.collections.impl.multimap.set.sorted |
This package contains implementations of the
SortedSetMultimap interface. |
Modifier and Type | Class | Description |
---|---|---|
class |
ImmutableBagMultimapImpl<K,V> |
The default ImmutableBagMultimap implementation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ImmutableSortedBagMultimapImpl<K,V> |
Modifier and Type | Class | Description |
---|---|---|
class |
ImmutableListMultimapImpl<K,V> |
The default ImmutableListMultimap implementation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ImmutableSetMultimapImpl<K,V> |
The default ImmutableBagMultimap implementation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ImmutableSortedSetMultimapImpl<K,V> |
The default ImmutableSortedSetMultimap implementation.
|
Copyright © 2004–2019. All rights reserved.