| 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> MutableSortedBagMultimap<V,T> |
MutableSortedBag.groupBy(Function<? super T,? extends V> function) |
<V> MutableSortedBagMultimap<V,T> |
MutableSortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
| Modifier and Type | Method and Description |
|---|---|
MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.asSynchronized() |
MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.newEmpty() |
MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate) |
MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
MutableSortedBagMultimap<K,V> |
SortedBagMultimap.toMutable() |
default MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.withKeyMultiValues(K key,
V... values) |
default MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.withKeyValue(K key,
V value)
Puts the key / value combination into the MutableSortedBagMultimap and returns the MutableSortedBagMultimap (this).
|
Copyright © 2004–2022. All rights reserved.