Uses of Interface
org.eclipse.collections.api.multimap.set.SetMultimap
Packages that use SetMultimap
Package
Description
This package contains interfaces for BiMap API.
This package contains interfaces for
SetMultimap.This package contains interfaces for
SortedSetMultimap.This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains implementations of the
SetMultimap interface.This package contains implementations of the
SortedSetMultimap interface.This package contains implementations of the
SetMultimap interface which use a set with user-defined HashingStrategy as their underlying store for the multiple values of a given key.This package contains
SerializeTestHelper and Verify classes.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
-
Uses of SetMultimap in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap that return SetMultimapModifier and TypeMethodDescriptionBiMap.flip()<V1> SetMultimap<V1,V> <V1> SetMultimap<V1,V> BiMap.groupByEach(Function<? super V, ? extends Iterable<V1>> function) -
Uses of SetMultimap in org.eclipse.collections.api.multimap.set
Subinterfaces of SetMultimap in org.eclipse.collections.api.multimap.setModifier and TypeInterfaceDescriptioninterfaceinterfaceImmutableSetMultimap<K,V> interfaceinterfaceMutableSetMultimap<K,V> interfaceUnsortedSetMultimap<K,V> Methods in org.eclipse.collections.api.multimap.set that return SetMultimapModifier and TypeMethodDescriptionSetMultimap.flip()SetMultimap.newEmpty()SetMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SetMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) SetMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) SetMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) -
Uses of SetMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of SetMultimap in org.eclipse.collections.api.multimap.sortedset -
Uses of SetMultimap in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return SetMultimapModifier and TypeMethodDescription<V> SetMultimap<V,T> <V> SetMultimap<V,T> ParallelSetIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of SetMultimap in org.eclipse.collections.impl.multimap.set
Classes in org.eclipse.collections.impl.multimap.set that implement SetMultimapModifier and TypeClassDescriptionclassfinal classThe default ImmutableBagMultimap implementation.final classfinal classA Multimap that is optimized for parallel writes, but is not protected for concurrent reads.classfinal classUnifiedSetMultimap<K,V> -
Uses of SetMultimap in org.eclipse.collections.impl.multimap.set.sorted
Classes in org.eclipse.collections.impl.multimap.set.sorted that implement SetMultimapModifier 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 SetMultimap in org.eclipse.collections.impl.multimap.set.strategy
Classes in org.eclipse.collections.impl.multimap.set.strategy that implement SetMultimap -
Uses of SetMultimap in org.eclipse.collections.impl.test
Methods in org.eclipse.collections.impl.test with parameters of type SetMultimapModifier and TypeMethodDescriptionstatic <K,V> void Verify.assertSetMultimapsEqual(String multimapName, SetMultimap<K, V> expectedSetMultimap, SetMultimap<K, V> actualSetMultimap) static <K,V> void Verify.assertSetMultimapsEqual(SetMultimap<K, V> expectedSetMultimap, SetMultimap<K, V> actualSetMultimap) -
Uses of SetMultimap in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type SetMultimapModifier and TypeMethodDescriptionstatic <K,V> UnifiedSetMultimap<V, K> Iterate.flip(SetMultimap<K, V> setMultimap) Flip the keys and values of the multimap.