Package | Description |
---|---|
org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
org.eclipse.collections.api.multimap.sortedbag |
This package contains interfaces for
SortedBagMultimap . |
org.eclipse.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
org.eclipse.collections.impl.multimap.bag.sorted | |
org.eclipse.collections.impl.multimap.bag.sorted.immutable | |
org.eclipse.collections.impl.multimap.bag.sorted.mutable |
Modifier and Type | Method and Description |
---|---|
<V> ImmutableSortedBagMultimap<V,T> |
ImmutableSortedBag.groupBy(Function<? super T,? extends V> function) |
<V> ImmutableSortedBagMultimap<V,T> |
ImmutableSortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Method and Description |
---|---|
ImmutableSortedBagMultimap<K,V> |
TreeBagMultimap.toImmutable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSortedBagMultimap<K,V> |
TreeBagMultimap.toImmutable()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSortedBagMultimapImpl<K,V> |
Modifier and Type | Method and Description |
---|---|
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimapImpl.newEmpty() |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimapImpl.newWith(K key,
V value) |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimapImpl.newWithAll(K key,
Iterable<? extends V> values) |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimapImpl.newWithout(Object key,
Object value) |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimapImpl.newWithoutAll(Object key) |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimapImpl.rejectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimapImpl.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimapImpl.selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimapImpl.selectKeysValues(Predicate2<? super K,? super V> predicate) |
Modifier and Type | Method and Description |
---|---|
ImmutableSortedBagMultimap<K,V> |
TreeBagMultimap.toImmutable() |
Copyright © 2004–2016. All rights reserved.