| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableSetMultimap<K,V> |
| Modifier and Type | Method and 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 RichIterable<V>> predicate) |
MutableSetIterableMultimap<K,V> |
MutableSetIterableMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
MutableSetIterableMultimap<K,V> |
MutableSetIterableMultimap.selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
MutableSetIterableMultimap<K,V> |
MutableSetIterableMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableSortedSetMultimap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<V> MutableSetIterableMultimap<V,T> |
MutableSetIterable.groupBy(Function<? super T,? extends V> function) |
<V> MutableSetIterableMultimap<V,T> |
MutableSetIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Copyright © 2004–2021. All rights reserved.