Uses of Class
com.google.common.collect.ImmutableListMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
Utility methods and classes for networking (such as IP addresses and domain names).
-
Uses of ImmutableListMultimap in com.google.common.collect
Modifier and TypeMethodDescriptionImmutableListMultimap.Builder.build()
Returns a newly-created immutable list multimap.static <K,
V> ImmutableListMultimap <K, V> Returns an immutable multimap containing the same mappings asmultimap
.static <K,
V> ImmutableListMultimap <K, V> Returns an immutable multimap containing the specified entries.final <K> ImmutableListMultimap
<K, @NonNull E> Creates an indexImmutableListMultimap
that contains the results of applying a specified function to each item in thisFluentIterable
of values.static <K,
V> ImmutableListMultimap <K, V> Creates an indexImmutableListMultimap
that contains the results of applying a specified function to each item in anIterable
of values.static <K,
V> ImmutableListMultimap <K, V> Creates an indexImmutableListMultimap
that contains the results of applying a specified function to each item in anIterator
of values.ImmutableListMultimap.inverse()
Returns an immutable multimap which is the inverse of this one.static <K,
V> ImmutableListMultimap <K, V> ImmutableListMultimap.of()
Returns the empty multimap.static <K,
V> ImmutableListMultimap <K, V> ImmutableListMultimap.of
(K k1, V v1) Returns an immutable multimap containing a single entry.static <K,
V> ImmutableListMultimap <K, V> ImmutableListMultimap.of
(K k1, V v1, K k2, V v2) Returns an immutable multimap containing the given entries, in order.static <K,
V> ImmutableListMultimap <K, V> ImmutableListMultimap.of
(K k1, V v1, K k2, V v2, K k3, V v3) Returns an immutable multimap containing the given entries, in order.static <K,
V> ImmutableListMultimap <K, V> ImmutableListMultimap.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) Returns an immutable multimap containing the given entries, in order.static <K,
V> ImmutableListMultimap <K, V> ImmutableListMultimap.of
(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) Returns an immutable multimap containing the given entries, in order.Modifier and TypeMethodDescriptionstatic <T extends @Nullable Object,
K, V>
Collector<T, ?, ImmutableListMultimap<K, V>> ImmutableListMultimap.flatteningToImmutableListMultimap
(Function<? super T, ? extends K> keyFunction, Function<? super T, ? extends Stream<? extends V>> valuesFunction) Returns aCollector
accumulating entries into anImmutableListMultimap
.static <T extends @Nullable Object,
K, V>
Collector<T, ?, ImmutableListMultimap<K, V>> ImmutableListMultimap.toImmutableListMultimap
(Function<? super T, ? extends K> keyFunction, Function<? super T, ? extends V> valueFunction) Returns aCollector
that accumulates elements into anImmutableListMultimap
whose keys and values are the result of applying the provided mapping functions to the input elements.Modifier and TypeMethodDescriptionstatic <K,
V> ListMultimap <K, V> Multimaps.unmodifiableListMultimap
(ImmutableListMultimap<K, V> delegate) Deprecated.no need to use this -
Uses of ImmutableListMultimap in com.google.common.net
Modifier and TypeMethodDescriptionMediaType.parameters()
Returns a multimap containing the parameters of this media type.