Uses of Interface
org.eclipse.collections.api.multimap.set.ImmutableSetIterableMultimap
Packages that use ImmutableSetIterableMultimap
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.-
Uses of ImmutableSetIterableMultimap in org.eclipse.collections.api.multimap.set
Subinterfaces of ImmutableSetIterableMultimap in org.eclipse.collections.api.multimap.setMethods in org.eclipse.collections.api.multimap.set that return ImmutableSetIterableMultimapModifier and TypeMethodDescriptionImmutableSetIterableMultimap.flip()
ImmutableSetIterableMultimap.newEmpty()
ImmutableSetIterableMultimap.newWithAll
(K key, Iterable<? extends V> values) ImmutableSetIterableMultimap.newWithout
(Object key, Object value) ImmutableSetIterableMultimap.newWithoutAll
(Object key) ImmutableSetIterableMultimap.rejectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSetIterableMultimap.rejectKeysValues
(Predicate2<? super K, ? super V> predicate) ImmutableSetIterableMultimap.selectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSetIterableMultimap.selectKeysValues
(Predicate2<? super K, ? super V> predicate) -
Uses of ImmutableSetIterableMultimap in org.eclipse.collections.api.multimap.sortedset
Subinterfaces of ImmutableSetIterableMultimap in org.eclipse.collections.api.multimap.sortedset -
Uses of ImmutableSetIterableMultimap in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableSetIterableMultimapModifier and TypeMethodDescription<V> ImmutableSetIterableMultimap<V,
T> <V> ImmutableSetIterableMultimap<V,
T> ImmutableSetIterable.groupByEach
(Function<? super T, ? extends Iterable<V>> function) -
Uses of ImmutableSetIterableMultimap in org.eclipse.collections.impl.multimap.set
Classes in org.eclipse.collections.impl.multimap.set that implement ImmutableSetIterableMultimapModifier and TypeClassDescriptionfinal class
The default ImmutableBagMultimap implementation. -
Uses of ImmutableSetIterableMultimap in org.eclipse.collections.impl.multimap.set.sorted
Classes in org.eclipse.collections.impl.multimap.set.sorted that implement ImmutableSetIterableMultimapModifier and TypeClassDescriptionfinal class
The default ImmutableSortedSetMultimap implementation.