| 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 Iterable<V>> predicate) |
MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.rejectKeysValues(Predicate2<? super K,? super V> predicate) |
MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.selectKeysMultiValues(Predicate2<? super K,? super Iterable<V>> predicate) |
MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.selectKeysValues(Predicate2<? super K,? super V> predicate) |
MutableSortedBagMultimap<K,V> |
SortedBagMultimap.toMutable() |
Copyright © 2004–2017. All rights reserved.