Java com.google.common.collect ImmutableListMultimap fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect ImmutableListMultimap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect ImmutableListMultimap.

The text is from its open source code.

Method

Builderbuilder()
Returns a new builder.
ImmutableListMultimapcopyOf(Multimap multimap)
Returns an immutable multimap containing the same mappings as multimap .
ImmutableListMultimapcopyOf( Iterable> entries)
Returns an immutable multimap containing the specified entries.
ImmutableListget(@Nullable K key)
Returns an immutable list of the values for the given key.
ImmutableListMultimapof()
Returns the empty multimap.
ImmutableListMultimapof(K k1, V v1)
Returns an immutable multimap containing a single entry.
ImmutableListMultimapof(K k1, V v1, K k2, V v2)
Returns an immutable multimap containing the given entries, in order.
ImmutableListMultimapof(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.