Uses of Class
com.google.common.collect.ImmutableListMultimap
Packages that use ImmutableListMultimap
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
This package contains utility methods and classes for working with net addresses (numeric IP and
domain names).
-
Uses of ImmutableListMultimap in com.google.common.collect
Methods in com.google.common.collect that return ImmutableListMultimapModifier 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,E> Creates an indexImmutableListMultimapthat contains the results of applying a specified function to each item in thisFluentIterableof values.static <K,V> ImmutableListMultimap<K, V> Creates an indexImmutableListMultimapthat contains the results of applying a specified function to each item in anIterableof values.static <K,V> ImmutableListMultimap<K, V> Creates an indexImmutableListMultimapthat contains the results of applying a specified function to each item in anIteratorof 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.Methods in com.google.common.collect that return types with arguments of type ImmutableListMultimapModifier and TypeMethodDescriptionstatic <T,K, V> Collector<T, ?, ImmutableListMultimap<K, V>> ImmutableListMultimap.flatteningToImmutableListMultimap(Function<? super T, ? extends K> keyFunction, Function<? super T, ? extends Stream<? extends V>> valuesFunction) Returns aCollectoraccumulating entries into anImmutableListMultimap.static <T,K, V> Collector<T, ?, ImmutableListMultimap<K, V>> ImmutableListMultimap.toImmutableListMultimap(Function<? super T, ? extends K> keyFunction, Function<? super T, ? extends V> valueFunction) Returns aCollectorthat accumulates elements into anImmutableListMultimapwhose keys and values are the result of applying the provided mapping functions to the input elements.Methods in com.google.common.collect with parameters of type ImmutableListMultimapModifier 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
Methods in com.google.common.net that return ImmutableListMultimapModifier and TypeMethodDescriptionMediaType.parameters()Returns a multimap containing the parameters of this media type.