Uses of Interface
org.eclipse.collections.api.multimap.set.MutableSetMultimap
-
Packages that use MutableSetMultimap Package Description org.eclipse.collections.api.bimap This package contains interfaces for BiMap API.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.multimap.set This package contains interfaces forSetMultimap.org.eclipse.collections.api.multimap.sortedset This package contains interfaces forSortedSetMultimap.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet. -
-
Uses of MutableSetMultimap in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap that return MutableSetMultimap Modifier and Type Method Description MutableSetMultimap<V,K>MutableBiMap. flip()<V1> MutableSetMultimap<V1,V>MutableBiMap. groupBy(Function<? super V,? extends V1> function)<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 Modifier and Type Method Description MutableSetMultimap<V,K>MutableMap. flip() -
Uses of MutableSetMultimap in org.eclipse.collections.api.multimap.set
Methods in org.eclipse.collections.api.multimap.set that return MutableSetMultimap Modifier and Type Method Description MutableSetMultimap<K,V>MutableSetMultimap. asSynchronized()MutableSetMultimap<V,K>MutableSetMultimap. flip()MutableSetMultimap<K,V>MutableSetMultimap. newEmpty()MutableSetMultimap<K,V>MutableSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)MutableSetMultimap<K,V>MutableSetMultimap. rejectKeysValues(Predicate2<? super K,? super V> predicate)MutableSetMultimap<K,V>MutableSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)MutableSetMultimap<K,V>MutableSetMultimap. selectKeysValues(Predicate2<? super K,? super V> predicate)MutableSetMultimap<K,V>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 Modifier and Type Method Description MutableSetMultimap<V,K>MutableSortedSetMultimap. flip() -
Uses of MutableSetMultimap in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableSetMultimap Modifier and Type Method Description <V> MutableSetMultimap<V,T>MutableSet. groupBy(Function<? super T,? extends V> function)<V> MutableSetMultimap<V,T>MutableSet. groupByEach(Function<? super T,? extends Iterable<V>> function)
-