Uses of Interface
org.eclipse.collections.api.multimap.set.UnsortedSetMultimap
-
Packages that use UnsortedSetMultimap Package Description org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.multimap.set This package contains interfaces forSetMultimap.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set org.eclipse.collections.impl.multimap.set This package contains implementations of theSetMultimapinterface.org.eclipse.collections.impl.multimap.set.strategy This package contains implementations of theSetMultimapinterface which use a set with user-definedHashingStrategyas their underlying store for the multiple values of a given key. -
-
Uses of UnsortedSetMultimap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return UnsortedSetMultimap Modifier and Type Method Description UnsortedSetMultimap<V,K>UnsortedMapIterable. flip() -
Uses of UnsortedSetMultimap in org.eclipse.collections.api.multimap.set
Subinterfaces of UnsortedSetMultimap in org.eclipse.collections.api.multimap.set Modifier and Type Interface Description interfaceImmutableSetMultimap<K,V>interfaceMutableSetMultimap<K,V>Methods in org.eclipse.collections.api.multimap.set that return UnsortedSetMultimap Modifier and Type Method Description UnsortedSetMultimap<K,V>UnsortedSetMultimap. newEmpty()UnsortedSetMultimap<K,V>UnsortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)UnsortedSetMultimap<K,V>UnsortedSetMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)UnsortedSetMultimap<K,V>UnsortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)UnsortedSetMultimap<K,V>UnsortedSetMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate) -
Uses of UnsortedSetMultimap in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return UnsortedSetMultimap Modifier and Type Method Description <V> UnsortedSetMultimap<V,T>ParallelUnsortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> UnsortedSetMultimap<V,T>UnsortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> UnsortedSetMultimap<V,T>ParallelUnsortedSetIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)<V> UnsortedSetMultimap<V,T>UnsortedSetIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function) -
Uses of UnsortedSetMultimap in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel that return UnsortedSetMultimap Modifier and Type Method Description <V> UnsortedSetMultimap<V,T>ParallelDistinctIterable. groupBy(Function<? super T,? extends V> function)<V> UnsortedSetMultimap<V,T>ParallelDistinctIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function) -
Uses of UnsortedSetMultimap in org.eclipse.collections.impl.lazy.parallel.list
Methods in org.eclipse.collections.impl.lazy.parallel.list that return UnsortedSetMultimap Modifier and Type Method Description <V> UnsortedSetMultimap<V,T>ParallelDistinctListIterable. groupBy(Function<? super T,? extends V> function)<V> UnsortedSetMultimap<V,T>ParallelDistinctListIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function) -
Uses of UnsortedSetMultimap in org.eclipse.collections.impl.lazy.parallel.set
Methods in org.eclipse.collections.impl.lazy.parallel.set that return UnsortedSetMultimap Modifier and Type Method Description <V> UnsortedSetMultimap<V,T>AbstractParallelUnsortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> UnsortedSetMultimap<V,T>MultiReaderParallelUnsortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> UnsortedSetMultimap<V,T>NonParallelUnsortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> UnsortedSetMultimap<V,T>SynchronizedParallelUnsortedSetIterable. groupBy(Function<? super T,? extends V> function)<V> UnsortedSetMultimap<V,T>AbstractParallelUnsortedSetIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)<V> UnsortedSetMultimap<V,T>MultiReaderParallelUnsortedSetIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)<V> UnsortedSetMultimap<V,T>NonParallelUnsortedSetIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function)<V> UnsortedSetMultimap<V,T>SynchronizedParallelUnsortedSetIterable. groupByEach(Function<? super T,? extends java.lang.Iterable<V>> function) -
Uses of UnsortedSetMultimap in org.eclipse.collections.impl.multimap.set
Classes in org.eclipse.collections.impl.multimap.set that implement UnsortedSetMultimap Modifier and Type Class Description classAbstractMutableSetMultimap<K,V>classImmutableSetMultimapImpl<K,V>The default ImmutableBagMultimap implementation.classMultiReaderUnifiedSetMultimap<K,V>classSynchronizedPutUnifiedSetMultimap<K,V>A Multimap that is optimized for parallel writes, but is not protected for concurrent reads.classSynchronizedSetMultimap<K,V>classUnifiedSetMultimap<K,V> -
Uses of UnsortedSetMultimap in org.eclipse.collections.impl.multimap.set.strategy
Classes in org.eclipse.collections.impl.multimap.set.strategy that implement UnsortedSetMultimap Modifier and Type Class Description classUnifiedSetWithHashingStrategyMultimap<K,V>
-