Uses of Interface
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap
Packages that use ImmutableSortedBagMultimap
Package
Description
This package contains interfaces for SortedBag API.
This package contains interfaces for
SortedBagMultimap.-
Uses of ImmutableSortedBagMultimap in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableSortedBagMultimapModifier and TypeMethodDescription<V> ImmutableSortedBagMultimap<V,T> <V> ImmutableSortedBagMultimap<V,T> ImmutableSortedBag.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of ImmutableSortedBagMultimap in org.eclipse.collections.api.multimap.sortedbag
Methods in org.eclipse.collections.api.multimap.sortedbag that return ImmutableSortedBagMultimapModifier and TypeMethodDescriptionImmutableSortedBagMultimap.newEmpty()ImmutableSortedBagMultimap.newWithAll(K key, Iterable<? extends V> values) ImmutableSortedBagMultimap.newWithout(Object key, Object value) ImmutableSortedBagMultimap.newWithoutAll(Object key) ImmutableSortedBagMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSortedBagMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) ImmutableSortedBagMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSortedBagMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) SortedBagMultimap.toImmutable()