|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutableSetMultimap | |
---|---|
com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
Uses of ImmutableSetMultimap in com.google.common.collect |
---|
Methods in com.google.common.collect that return ImmutableSetMultimap | ||
---|---|---|
ImmutableSetMultimap<K,V> |
ImmutableSetMultimap.Builder.build()
Returns a newly-created immutable set multimap. |
|
static
|
ImmutableSetMultimap.copyOf(Multimap<? extends K,? extends V> multimap)
Returns an immutable set multimap containing the same mappings as multimap . |
|
static
|
ImmutableSetMultimap.of()
Returns the empty multimap. |
|
static
|
ImmutableSetMultimap.of(K k1,
V v1)
Returns an immutable multimap containing a single entry. |
|
static
|
ImmutableSetMultimap.of(K k1,
V v1,
K k2,
V v2)
Returns an immutable multimap containing the given entries, in order. |
|
static
|
ImmutableSetMultimap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3)
Returns an immutable multimap containing the given entries, in order. |
|
static
|
ImmutableSetMultimap.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
|
ImmutableSetMultimap.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |