Uses of Interface
org.eclipse.collections.api.multimap.set.UnsortedSetMultimap
Packages that use UnsortedSetMultimap
Package
Description
This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains interfaces for
SetMultimap.This package contains interfaces for set API which enhance the performance and functionality of
Set.-
Uses of UnsortedSetMultimap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return UnsortedSetMultimap -
Uses of UnsortedSetMultimap in org.eclipse.collections.api.multimap.set
Subinterfaces of UnsortedSetMultimap in org.eclipse.collections.api.multimap.setModifier and TypeInterfaceDescriptioninterfaceImmutableSetMultimap<K,V> interfaceMutableSetMultimap<K,V> Methods in org.eclipse.collections.api.multimap.set that return UnsortedSetMultimapModifier and TypeMethodDescriptionUnsortedSetMultimap.newEmpty()UnsortedSetMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) UnsortedSetMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) UnsortedSetMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) 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 UnsortedSetMultimapModifier and TypeMethodDescription<V> UnsortedSetMultimap<V,T> <V> UnsortedSetMultimap<V,T> <V> UnsortedSetMultimap<V,T> ParallelUnsortedSetIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) <V> UnsortedSetMultimap<V,T> UnsortedSetIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function)