Uses of Interface
org.eclipse.collections.api.multimap.sortedbag.MutableSortedBagMultimap
Packages that use MutableSortedBagMultimap
Package
Description
This package contains interfaces for SortedBag API.
This package contains interfaces for
SortedBagMultimap.-
Uses of MutableSortedBagMultimap in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return MutableSortedBagMultimapModifier and TypeMethodDescription<V> MutableSortedBagMultimap<V,T> <V> MutableSortedBagMultimap<V,T> MutableSortedBag.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of MutableSortedBagMultimap in org.eclipse.collections.api.multimap.sortedbag
Methods in org.eclipse.collections.api.multimap.sortedbag that return MutableSortedBagMultimapModifier and TypeMethodDescriptionMutableSortedBagMultimap.asSynchronized()MutableSortedBagMultimap.newEmpty()MutableSortedBagMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) MutableSortedBagMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) MutableSortedBagMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) MutableSortedBagMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) 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).