Package | Description |
---|---|
org.eclipse.collections.api.multimap.set |
This package contains interfaces for
SetMultimap . |
org.eclipse.collections.api.multimap.sortedset |
This package contains interfaces for
SortedSetMultimap . |
org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
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. |
org.eclipse.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 | Interface | Description |
---|---|---|
interface |
MutableSetMultimap<K,V> |
Modifier and Type | Method | Description |
---|---|---|
MutableSetIterableMultimap<K,V> |
MutableSetIterableMultimap.asSynchronized() |
|
MutableSetIterableMultimap<V,K> |
MutableSetIterableMultimap.flip() |
|
MutableSetIterableMultimap<K,V> |
MutableSetIterableMultimap.newEmpty() |
|
MutableSetIterableMultimap<K,V> |
MutableSetIterableMultimap.rejectKeysMultiValues(Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
|
MutableSetIterableMultimap<K,V> |
MutableSetIterableMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
|
MutableSetIterableMultimap<K,V> |
MutableSetIterableMultimap.selectKeysMultiValues(Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
|
MutableSetIterableMultimap<K,V> |
MutableSetIterableMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
MutableSortedSetMultimap<K,V> |
Modifier and Type | Method | Description |
---|---|---|
<V> MutableSetIterableMultimap<V,T> |
MutableSetIterable.groupBy(Function<? super T,? extends V> function) |
|
<V> MutableSetIterableMultimap<V,T> |
MutableSetIterable.groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMutableSetMultimap<K,V> |
|
class |
MultiReaderUnifiedSetMultimap<K,V> |
|
class |
SynchronizedPutUnifiedSetMultimap<K,V> |
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.
|
class |
SynchronizedSetMultimap<K,V> |
|
class |
UnifiedSetMultimap<K,V> |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedPutTreeSortedSetMultimap<K,V> |
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.
|
class |
SynchronizedSortedSetMultimap<K,V> |
|
class |
TreeSortedSetMultimap<K,V> |
Modifier and Type | Class | Description |
---|---|---|
class |
UnifiedSetWithHashingStrategyMultimap<K,V> |
Copyright © 2004–2017. All rights reserved.