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.-
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)