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

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

Introduction

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

The text is from its open source code.

Field

ImmutableSetMultimapinverse
ImmutableSetentries

Method

Builderbuilder()
Returns a new Builder .
ImmutableSetMultimapcopyOf(Multimap multimap)
Returns an immutable set multimap containing the same mappings as multimap .
ImmutableSetMultimapcopyOf( Iterable> entries)
Returns an immutable multimap containing the specified entries.
ImmutableSetget(@Nullable K key)
Returns an immutable set of the values for the given key.
ImmutableSetMultimapof(K k1, V v1, K k2, V v2)
Returns an immutable multimap containing the given entries, in order.
ImmutableSetMultimapof()
Returns the empty multimap.
ImmutableSetMultimapof(K k1, V v1)
Returns an immutable multimap containing a single entry.