| 
||||||||||
| 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 | 
|---|
| Subclasses of ImmutableMultimap in com.google.common.collect | |
|---|---|
 class | 
ImmutableListMultimap<K,V>
An immutable ListMultimap with reliable user-specified key and value
 iteration order. | 
 class | 
ImmutableSetMultimap<K,V>
An immutable SetMultimap with reliable user-specified key and value
 iteration order. | 
| Methods in com.google.common.collect that return ImmutableMultimap | ||
|---|---|---|
 ImmutableMultimap<K,V> | 
ImmutableMultimap.Builder.build()
Returns a newly-created immutable multimap.  | 
|
static
 | 
ImmutableMultimap.copyOf(Multimap<? extends K,? extends V> multimap)
Returns an immutable multimap containing the same mappings as multimap. | 
|
abstract  ImmutableMultimap<V,K> | 
ImmutableMultimap.inverse()
Returns an immutable multimap which is the inverse of this one.  | 
|
static
 | 
ImmutableMultimap.of()
Returns an empty multimap.  | 
|
static
 | 
ImmutableMultimap.of(K k1,
     V v1)
Returns an immutable multimap containing a single entry.  | 
|
static
 | 
ImmutableMultimap.of(K k1,
     V v1,
     K k2,
     V v2)
Returns an immutable multimap containing the given entries, in order.  | 
|
static
 | 
ImmutableMultimap.of(K k1,
     V v1,
     K k2,
     V v2,
     K k3,
     V v3)
Returns an immutable multimap containing the given entries, in order.  | 
|
static
 | 
ImmutableMultimap.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
 | 
ImmutableMultimap.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 with parameters of type ImmutableMultimap | ||
|---|---|---|
static
 | 
Multimaps.unmodifiableMultimap(ImmutableMultimap<K,V> delegate)
Deprecated. no need to use this  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||