Uses of Interface
org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap
-
Packages that use ImmutableSortedBagMultimap 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 ImmutableSortedBagMultimap in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableSortedBagMultimap Modifier and Type Method Description <V> ImmutableSortedBagMultimap<V,T>ImmutableSortedBag. groupBy(Function<? super T,? extends V> function)<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 ImmutableSortedBagMultimap Modifier and Type Method Description ImmutableSortedBagMultimap<K,V>ImmutableSortedBagMultimap. newEmpty()ImmutableSortedBagMultimap<K,V>ImmutableSortedBagMultimap. newWith(K key, V value)ImmutableSortedBagMultimap<K,V>ImmutableSortedBagMultimap. newWithAll(K key, Iterable<? extends V> values)ImmutableSortedBagMultimap<K,V>ImmutableSortedBagMultimap. newWithout(Object key, Object value)ImmutableSortedBagMultimap<K,V>ImmutableSortedBagMultimap. newWithoutAll(Object key)ImmutableSortedBagMultimap<K,V>ImmutableSortedBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)ImmutableSortedBagMultimap<K,V>ImmutableSortedBagMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)ImmutableSortedBagMultimap<K,V>ImmutableSortedBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)ImmutableSortedBagMultimap<K,V>ImmutableSortedBagMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)ImmutableSortedBagMultimap<K,V>SortedBagMultimap. toImmutable()
-