| 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. |
| Modifier and Type | Method and Description |
|---|---|
<V> SortedBagMultimap<V,T> |
SortedBag.groupBy(Function<? super T,? extends V> function) |
<V> SortedBagMultimap<V,T> |
ParallelSortedBag.groupBy(Function<? super T,? extends V> function) |
<V> SortedBagMultimap<V,T> |
SortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> SortedBagMultimap<V,T> |
ParallelSortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableSortedBagMultimap<K,V> |
interface |
MutableSortedBagMultimap<K,V> |
| Modifier and Type | Method and Description |
|---|---|
SortedBagMultimap<K,V> |
SortedBagMultimap.newEmpty() |
SortedBagMultimap<K,V> |
SortedBagMultimap.rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
SortedBagMultimap<K,V> |
SortedBagMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
SortedBagMultimap<K,V> |
SortedBagMultimap.selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
SortedBagMultimap<K,V> |
SortedBagMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
Copyright © 2004–2023. All rights reserved.