Uses of Interface
org.eclipse.collections.api.multimap.sortedbag.MutableSortedBagMultimap
-
Packages that use MutableSortedBagMultimap 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 forSortedBagMultimap. -
-
Uses of MutableSortedBagMultimap in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return MutableSortedBagMultimap Modifier and Type Method 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) -
Uses of MutableSortedBagMultimap in org.eclipse.collections.api.multimap.sortedbag
Methods in org.eclipse.collections.api.multimap.sortedbag that return MutableSortedBagMultimap Modifier and Type Method 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).
-