Uses of Interface
org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap
-
Packages that use SortedSetMultimap Package Description org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.multimap.sortedset This package contains interfaces forSortedSetMultimap.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.impl.lazy.parallel.set.sorted org.eclipse.collections.impl.multimap.set.sorted This package contains implementations of theSortedSetMultimapinterface.org.eclipse.collections.impl.test This package containsSerializeTestHelperandVerifyclasses. -
-
Uses of SortedSetMultimap in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return SortedSetMultimap Modifier and Type Method Description SortedSetMultimap<V,K>SortedMapIterable. flip() -
Uses of SortedSetMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of SortedSetMultimap in org.eclipse.collections.api.multimap.sortedset Modifier and Type Interface Description interfaceImmutableSortedSetMultimap<K,V>interfaceMutableSortedSetMultimap<K,V>Methods in org.eclipse.collections.api.multimap.sortedset that return SortedSetMultimap Modifier and Type Method Description SortedSetMultimap<K,V>SortedSetMultimap. newEmpty()SortedSetMultimap<K,V>SortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)SortedSetMultimap<K,V>SortedSetMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)SortedSetMultimap<K,V>SortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)SortedSetMultimap<K,V>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 SortedSetMultimap Modifier and Type Method Description <V> SortedSetMultimap<V,T>ParallelSortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> SortedSetMultimap<V,T>SortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> SortedSetMultimap<V,T>ParallelSortedSetIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)<V> SortedSetMultimap<V,T>SortedSetIterable. groupByEach(Function<? super T,? extends java.lang.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 SortedSetMultimap Modifier and Type Method Description <V> SortedSetMultimap<V,T>AbstractParallelSortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> SortedSetMultimap<V,T>NonParallelSortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> SortedSetMultimap<V,T>SynchronizedParallelSortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> SortedSetMultimap<V,T>AbstractParallelSortedSetIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)<V> SortedSetMultimap<V,T>NonParallelSortedSetIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)<V> SortedSetMultimap<V,T>SynchronizedParallelSortedSetIterable. groupByEach(Function<? super T,? extends java.lang.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 SortedSetMultimap Modifier and Type Class Description classImmutableSortedSetMultimapImpl<K,V>The default ImmutableSortedSetMultimap implementation.classSynchronizedPutTreeSortedSetMultimap<K,V>A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.classSynchronizedSortedSetMultimap<K,V>classTreeSortedSetMultimap<K,V> -
Uses of SortedSetMultimap in org.eclipse.collections.impl.test
Methods in org.eclipse.collections.impl.test with parameters of type SortedSetMultimap Modifier and Type Method Description static <K,V>
voidVerify. assertSortedSetMultimapsEqual(java.lang.String multimapName, SortedSetMultimap<K,V> expectedSortedSetMultimap, SortedSetMultimap<K,V> actualSortedSetMultimap)static <K,V>
voidVerify. assertSortedSetMultimapsEqual(SortedSetMultimap<K,V> expectedSortedSetMultimap, SortedSetMultimap<K,V> actualSortedSetMultimap)
-