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. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableSetMultimap<K,V> |
Modifier and Type | Method | Description |
---|---|---|
ImmutableSetIterableMultimap<V,K> |
ImmutableSetIterableMultimap.flip() |
|
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.newEmpty() |
|
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.newWith(K key,
V value) |
|
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.newWithAll(K key,
java.lang.Iterable<? extends V> values) |
|
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.newWithout(java.lang.Object key,
java.lang.Object value) |
|
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.newWithoutAll(java.lang.Object key) |
|
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.rejectKeysMultiValues(Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
|
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
|
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.selectKeysMultiValues(Predicate2<? super K,? super java.lang.Iterable<V>> predicate) |
|
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableSortedSetMultimap<K,V> |
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableSetIterableMultimap<V,T> |
ImmutableSetIterable.groupBy(Function<? super T,? extends V> function) |
|
<V> ImmutableSetIterableMultimap<V,T> |
ImmutableSetIterable.groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function) |
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–2017. All rights reserved.