Uses of Interface
org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap
Packages that use MutableSetIterableMultimap
Package
Description
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.-
Uses of MutableSetIterableMultimap in org.eclipse.collections.api.multimap.set
Subinterfaces of MutableSetIterableMultimap in org.eclipse.collections.api.multimap.setMethods in org.eclipse.collections.api.multimap.set that return MutableSetIterableMultimapModifier and TypeMethodDescriptionMutableSetIterableMultimap.asSynchronized()MutableSetIterableMultimap.flip()MutableSetIterableMultimap.newEmpty()MutableSetIterableMultimap.rejectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) MutableSetIterableMultimap.rejectKeysValues(Predicate2<? super K, ? super V> predicate) MutableSetIterableMultimap.selectKeysMultiValues(Predicate2<? super K, ? super RichIterable<V>> predicate) MutableSetIterableMultimap.selectKeysValues(Predicate2<? super K, ? super V> predicate) default MutableSetIterableMultimap<K,V> MutableSetIterableMultimap.withKeyMultiValues(K key, V... values) default MutableSetIterableMultimap<K,V> MutableSetIterableMultimap.withKeyValue(K key, V value) Puts the key / value combination into the MutableSetIterableMultimap and returns the MutableSetIterableMultimap (this). -
Uses of MutableSetIterableMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of MutableSetIterableMultimap in org.eclipse.collections.api.multimap.sortedset -
Uses of MutableSetIterableMultimap in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableSetIterableMultimapModifier and TypeMethodDescription<V> MutableSetIterableMultimap<V,T> <V> MutableSetIterableMultimap<V,T> MutableSetIterable.groupByEach(Function<? super T, ? extends Iterable<V>> function) -
Uses of MutableSetIterableMultimap in org.eclipse.collections.impl.multimap.set
Classes in org.eclipse.collections.impl.multimap.set that implement MutableSetIterableMultimapModifier and TypeClassDescriptionclassfinal classfinal classA Multimap that is optimized for parallel writes, but is not protected for concurrent reads.classfinal classUnifiedSetMultimap<K,V> -
Uses of MutableSetIterableMultimap in org.eclipse.collections.impl.multimap.set.sorted
Classes in org.eclipse.collections.impl.multimap.set.sorted that implement MutableSetIterableMultimapModifier and TypeClassDescriptionfinal classA Multimap that is optimized for parallel writes, but is not protected for concurrent reads.classfinal class -
Uses of MutableSetIterableMultimap in org.eclipse.collections.impl.multimap.set.strategy
Classes in org.eclipse.collections.impl.multimap.set.strategy that implement MutableSetIterableMultimap