Uses of Interface
org.eclipse.collections.api.multimap.ordered.SortedIterableMultimap
Packages that use SortedIterableMultimap
Package
Description
This package contains interfaces for
SortedBagMultimap
.This package contains interfaces for
SortedSetMultimap
.This package contains implementations of the
BagMultimap
interface.This package contains implementations of the
SortedSetMultimap
interface.-
Uses of SortedIterableMultimap in org.eclipse.collections.api.multimap.ordered
Methods in org.eclipse.collections.api.multimap.ordered that return SortedIterableMultimapModifier and TypeMethodDescriptionSortedIterableMultimap.newEmpty()
SortedIterableMultimap.rejectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) SortedIterableMultimap.rejectKeysValues
(Predicate2<? super K, ? super V> predicate) SortedIterableMultimap.selectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) SortedIterableMultimap.selectKeysValues
(Predicate2<? super K, ? super V> predicate) -
Uses of SortedIterableMultimap in org.eclipse.collections.api.multimap.sortedbag
Subinterfaces of SortedIterableMultimap in org.eclipse.collections.api.multimap.sortedbag -
Uses of SortedIterableMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of SortedIterableMultimap in org.eclipse.collections.api.multimap.sortedset -
Uses of SortedIterableMultimap in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return SortedIterableMultimapModifier and TypeMethodDescription<V> SortedIterableMultimap
<V, T> <V> SortedIterableMultimap
<V, T> SortedIterable.groupByEach
(Function<? super T, ? extends Iterable<V>> function) -
Uses of SortedIterableMultimap in org.eclipse.collections.impl.multimap.bag
Classes in org.eclipse.collections.impl.multimap.bag that implement SortedIterableMultimap -
Uses of SortedIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted
Classes in org.eclipse.collections.impl.multimap.bag.sorted that implement SortedIterableMultimap -
Uses of SortedIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted.immutable
Classes in org.eclipse.collections.impl.multimap.bag.sorted.immutable that implement SortedIterableMultimap -
Uses of SortedIterableMultimap in org.eclipse.collections.impl.multimap.bag.sorted.mutable
Classes in org.eclipse.collections.impl.multimap.bag.sorted.mutable that implement SortedIterableMultimap -
Uses of SortedIterableMultimap in org.eclipse.collections.impl.multimap.set.sorted
Classes in org.eclipse.collections.impl.multimap.set.sorted that implement SortedIterableMultimapModifier and TypeClassDescriptionfinal class
The default ImmutableSortedSetMultimap implementation.final class
A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.class
final class