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 and Description |
---|---|
interface |
ImmutableSetMultimap<K,V> |
Modifier and Type | Method and 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,
Iterable<? extends V> values) |
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.newWithout(Object key,
Object value) |
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.newWithoutAll(Object key) |
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
ImmutableSetIterableMultimap<K,V> |
ImmutableSetIterableMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableSortedSetMultimap<K,V> |
Modifier and Type | Method and Description |
---|---|
<V> ImmutableSetIterableMultimap<V,T> |
ImmutableSetIterable.groupBy(Function<? super T,? extends V> function) |
<V> ImmutableSetIterableMultimap<V,T> |
ImmutableSetIterable.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSetMultimapImpl<K,V>
The default ImmutableBagMultimap implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSortedSetMultimapImpl<K,V>
The default ImmutableSortedSetMultimap implementation.
|
Copyright © 2004–2016. All rights reserved.