Uses of Interface
org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap
Packages that use SortedSetMultimap
Package
Description
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
SortedSetMultimap.This package contains interfaces for sorted set API.
This package contains implementations of the
SortedSetMultimap interface.This package contains
SerializeTestHelper and Verify classes.-
Uses of SortedSetMultimap in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return SortedSetMultimap -
Uses of SortedSetMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of SortedSetMultimap in org.eclipse.collections.api.multimap.sortedsetModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in org.eclipse.collections.api.multimap.sortedset that return SortedSetMultimapModifier and TypeMethodDescriptionSortedSetMultimap.newEmpty()SortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SortedSetMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) SortedSetMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SortedSetMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) -
Uses of SortedSetMultimap in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return SortedSetMultimapModifier and TypeMethodDescription<V> SortedSetMultimap<V,T> <V> SortedSetMultimap<V,T> <V> SortedSetMultimap<V,T> ParallelSortedSetIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) <V> SortedSetMultimap<V,T> SortedSetIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of SortedSetMultimap in org.eclipse.collections.impl.lazy.parallel.set.sorted
Methods in org.eclipse.collections.impl.lazy.parallel.set.sorted that return SortedSetMultimapModifier and TypeMethodDescription<V> SortedSetMultimap<V,T> <V> SortedSetMultimap<V,T> <V> SortedSetMultimap<V,T> <V> SortedSetMultimap<V,T> AbstractParallelSortedSetIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) <V> SortedSetMultimap<V,T> NonParallelSortedSetIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) <V> SortedSetMultimap<V,T> SynchronizedParallelSortedSetIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of SortedSetMultimap in org.eclipse.collections.impl.multimap.set.sorted
Classes in org.eclipse.collections.impl.multimap.set.sorted that implement SortedSetMultimapModifier and TypeClassDescriptionfinal classThe default ImmutableSortedSetMultimap implementation.final classA Multimap that is optimized for parallel writes, but is not protected for concurrent reads.classfinal class -
Uses of SortedSetMultimap in org.eclipse.collections.impl.test
Methods in org.eclipse.collections.impl.test with parameters of type SortedSetMultimapModifier and TypeMethodDescriptionstatic <K,V> void Verify.assertSortedSetMultimapsEqual(String multimapName, SortedSetMultimap<K, V> expectedSortedSetMultimap, SortedSetMultimap<K, V> actualSortedSetMultimap) static <K,V> void Verify.assertSortedSetMultimapsEqual(SortedSetMultimap<K, V> expectedSortedSetMultimap, SortedSetMultimap<K, V> actualSortedSetMultimap)