|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImmutableMultimap | |
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
| Uses of ImmutableMultimap in com.google.common.collect |
|---|
| Methods in com.google.common.collect that return ImmutableMultimap | ||
|---|---|---|
ImmutableMultimap<K,V> |
ImmutableMultimap.Builder.build()
|
|
static
|
ImmutableMultimap.copyOf(Multimap<? extends K,? extends V> multimap)
Returns an immutable multimap containing the same mappings as multimap. |
|
static
|
ImmutableMultimap.empty()
Returns the empty multimap. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||