Uses of Interface
org.eclipse.collections.api.multimap.set.MutableSetMultimap
Packages that use MutableSetMultimap
Package
Description
This package contains interfaces for BiMap API.
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
SortedSetMultimap.This package contains interfaces for set API which enhance the performance and functionality of
Set.-
Uses of MutableSetMultimap in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap that return MutableSetMultimapModifier and TypeMethodDescriptionMutableBiMap.flip()<V1> MutableSetMultimap<V1,V> <V1> MutableSetMultimap<V1,V> MutableBiMap.groupByEach(Function<? super V, ? extends Iterable<V1>> function) -
Uses of MutableSetMultimap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableSetMultimap -
Uses of MutableSetMultimap in org.eclipse.collections.api.multimap.set
Methods in org.eclipse.collections.api.multimap.set that return MutableSetMultimapModifier and TypeMethodDescriptionMutableSetMultimap.asSynchronized()MutableSetMultimap.flip()MutableSetMultimap.newEmpty()MutableSetMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) MutableSetMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) MutableSetMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) MutableSetMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) UnsortedSetMultimap.toMutable()default MutableSetMultimap<K,V> MutableSetMultimap.withKeyMultiValues(K key, V... values) default MutableSetMultimap<K,V> MutableSetMultimap.withKeyValue(K key, V value) Puts the key / value combination into the MutableSetMultimap and returns the MutableSetMultimap (this). -
Uses of MutableSetMultimap in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return MutableSetMultimap -
Uses of MutableSetMultimap in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableSetMultimapModifier and TypeMethodDescription<V> MutableSetMultimap<V,T> <V> MutableSetMultimap<V,T> MutableSet.groupByEach(Function<? super T, ? extends Iterable<V>> function)