Package | Description |
---|---|
org.eclipse.collections.api.multimap.list |
This package contains interfaces for
ListMultimap . |
org.eclipse.collections.api.multimap.ordered | |
org.eclipse.collections.api.multimap.sortedbag |
This package contains interfaces for
SortedBagMultimap . |
org.eclipse.collections.api.multimap.sortedset |
This package contains interfaces for
SortedSetMultimap . |
org.eclipse.collections.api.ordered | |
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.sorted |
This package contains implementations of the
SortedSetMultimap 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 |
---|---|
<V2> ReversibleIterableMultimap<K,V2> |
ReversibleIterableMultimap.collectValues(Function<? super V,? extends V2> function) |
ReversibleIterableMultimap<K,V> |
ReversibleIterableMultimap.newEmpty() |
ReversibleIterableMultimap<K,V> |
ReversibleIterableMultimap.rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
ReversibleIterableMultimap<K,V> |
ReversibleIterableMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
ReversibleIterableMultimap<K,V> |
ReversibleIterableMultimap.selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
ReversibleIterableMultimap<K,V> |
ReversibleIterableMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableSortedBagMultimap<K,V> |
interface |
MutableSortedBagMultimap<K,V> |
interface |
SortedBagMultimap<K,V> |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableSortedSetMultimap<K,V> |
interface |
MutableSortedSetMultimap<K,V> |
interface |
SortedSetMultimap<K,V> |
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 |
TreeBagMultimap<K,V>
Deprecated.
in 5.0. Use
TreeBagMultimap instead. |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSortedBagMultimapImpl<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableListMultimap<K,V> |
class |
FastListMultimap<K,V> |
class |
ImmutableListMultimapImpl<K,V>
The default ImmutableListMultimap implementation.
|
class |
MultiReaderFastListMultimap<K,V> |
class |
SynchronizedPutFastListMultimap<K,V>
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSortedSetMultimapImpl<K,V>
The default ImmutableSortedSetMultimap implementation.
|
class |
SynchronizedPutTreeSortedSetMultimap<K,V>
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.
|
class |
TreeSortedSetMultimap<K,V> |
Copyright © 2004–2016. All rights reserved.