Uses of Interface
org.eclipse.collections.api.multimap.set.ImmutableSetMultimap
Packages that use ImmutableSetMultimap
Package
Description
This package contains interfaces for BiMap API.
This package contains interfaces for map API which enhance the performance and functionality of
Map
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 static utilities for creating mutable and immutable collection factories.
This package contains implementations of the
ImmutableMap
interface.This package contains implementations of the
SetMultimap
interface.This package contains implementations of the
SortedSetMultimap
interface.This package contains the implementations of
ImmutableSet
.-
Uses of ImmutableSetMultimap in org.eclipse.collections.api.bimap
Methods in org.eclipse.collections.api.bimap that return ImmutableSetMultimapModifier and TypeMethodDescriptionImmutableBiMap.flip()
<V1> ImmutableSetMultimap<V1,
V> <V1> ImmutableSetMultimap<V1,
V> ImmutableBiMap.groupByEach
(Function<? super V, ? extends Iterable<V1>> function) -
Uses of ImmutableSetMultimap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableSetMultimap -
Uses of ImmutableSetMultimap in org.eclipse.collections.api.multimap.set
Methods in org.eclipse.collections.api.multimap.set that return ImmutableSetMultimapModifier and TypeMethodDescriptionImmutableSetMultimap.flip()
ImmutableSetMultimap.newEmpty()
ImmutableSetMultimap.newWithAll
(K key, Iterable<? extends V> values) ImmutableSetMultimap.newWithout
(Object key, Object value) ImmutableSetMultimap.newWithoutAll
(Object key) ImmutableSetMultimap.rejectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSetMultimap.rejectKeysValues
(Predicate2<? super K, ? super V> predicate) ImmutableSetMultimap.selectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSetMultimap.selectKeysValues
(Predicate2<? super K, ? super V> predicate) UnsortedSetMultimap.toImmutable()
-
Uses of ImmutableSetMultimap in org.eclipse.collections.api.multimap.sortedset
Methods in org.eclipse.collections.api.multimap.sortedset that return ImmutableSetMultimap -
Uses of ImmutableSetMultimap in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableSetMultimapModifier and TypeMethodDescription<V> ImmutableSetMultimap<V,
T> <V> ImmutableSetMultimap<V,
T> ImmutableSet.groupByEach
(Function<? super T, ? extends Iterable<V>> function) -
Uses of ImmutableSetMultimap in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return ImmutableSetMultimapModifier and TypeMethodDescriptionAbstractImmutableBiMap.flip()
<VV> ImmutableSetMultimap<VV,
V> <VV> ImmutableSetMultimap<VV,
V> AbstractImmutableBiMap.groupByEach
(Function<? super V, ? extends Iterable<VV>> function) -
Uses of ImmutableSetMultimap in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector that return types with arguments of type ImmutableSetMultimapModifier and TypeMethodDescriptionstatic <T,
K> Collector<T, ?, ImmutableSetMultimap<K, T>> Collectors2.toImmutableSetMultimap
(Function<? super T, ? extends K> groupBy) Returns the elements as an ImmutableSetMultimap grouping each element using the specified groupBy Function.static <T,
K, V> Collector<T, ?, ImmutableSetMultimap<K, V>> Collectors2.toImmutableSetMultimap
(Function<? super T, ? extends K> groupBy, Function<? super T, ? extends V> valueFunction) Returns the elements as an ImmutableSetMultimap grouping each element using the specified groupBy Function and converting each element to the value returned by applying the specified Function valueFunction. -
Uses of ImmutableSetMultimap in org.eclipse.collections.impl.factory
Methods in org.eclipse.collections.impl.factory that return ImmutableSetMultimapModifier and TypeMethodDescription<K,
V> ImmutableSetMultimap<K, V> Multimaps.ImmutableMultimaps.ImmutableSetMultimapFactory.empty()
<K,
V> ImmutableSetMultimap<K, V> Multimaps.ImmutableMultimaps.ImmutableSetMultimapFactory.of()
<K,
V> ImmutableSetMultimap<K, V> Multimaps.ImmutableMultimaps.ImmutableSetMultimapFactory.of
(K key, V value) <K,
V> ImmutableSetMultimap<K, V> Multimaps.ImmutableMultimaps.ImmutableSetMultimapFactory.of
(K key1, V value1, K key2, V value2) <K,
V> ImmutableSetMultimap<K, V> Multimaps.ImmutableMultimaps.ImmutableSetMultimapFactory.of
(K key1, V value1, K key2, V value2, K key3, V value3) <K,
V> ImmutableSetMultimap<K, V> Multimaps.ImmutableMultimaps.ImmutableSetMultimapFactory.with()
<K,
V> ImmutableSetMultimap<K, V> Multimaps.ImmutableMultimaps.ImmutableSetMultimapFactory.with
(K key, V value) <K,
V> ImmutableSetMultimap<K, V> Multimaps.ImmutableMultimaps.ImmutableSetMultimapFactory.with
(K key1, V value1, K key2, V value2) <K,
V> ImmutableSetMultimap<K, V> Multimaps.ImmutableMultimaps.ImmutableSetMultimapFactory.with
(K key1, V value1, K key2, V value2, K key3, V value3) -
Uses of ImmutableSetMultimap in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable that return ImmutableSetMultimap -
Uses of ImmutableSetMultimap in org.eclipse.collections.impl.multimap.set
Classes in org.eclipse.collections.impl.multimap.set that implement ImmutableSetMultimapModifier and TypeClassDescriptionfinal class
The default ImmutableBagMultimap implementation.Methods in org.eclipse.collections.impl.multimap.set that return ImmutableSetMultimapModifier and TypeMethodDescriptionImmutableSetMultimapImpl.flip()
ImmutableSetMultimapImpl.newEmpty()
ImmutableSetMultimapImpl.newWithAll
(K key, Iterable<? extends V> values) ImmutableSetMultimapImpl.newWithout
(Object key, Object value) ImmutableSetMultimapImpl.newWithoutAll
(Object key) ImmutableSetMultimapImpl.rejectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSetMultimapImpl.rejectKeysValues
(Predicate2<? super K, ? super V> predicate) ImmutableSetMultimapImpl.selectKeysMultiValues
(Predicate2<? super K, ? super RichIterable<V>> predicate) ImmutableSetMultimapImpl.selectKeysValues
(Predicate2<? super K, ? super V> predicate) AbstractMutableSetMultimap.toImmutable()
ImmutableSetMultimapImpl.toImmutable()
SynchronizedPutUnifiedSetMultimap.toImmutable()
SynchronizedSetMultimap.toImmutable()
-
Uses of ImmutableSetMultimap in org.eclipse.collections.impl.multimap.set.sorted
Methods in org.eclipse.collections.impl.multimap.set.sorted that return ImmutableSetMultimap -
Uses of ImmutableSetMultimap in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableSetMultimapModifier and TypeMethodDescription<V> ImmutableSetMultimap<V,
T> <V> ImmutableSetMultimap<V,
T> AbstractImmutableSet.groupByEach
(Function<? super T, ? extends Iterable<V>> function)