Uses of Class
com.google.common.collect.ImmutableMultimap

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
<K,V> ImmutableMultimap<K,V>
ImmutableMultimap.copyOf(Multimap<? extends K,? extends V> multimap)
          Returns an immutable multimap containing the same mappings as multimap.
static
<K,V> ImmutableMultimap<K,V>
ImmutableMultimap.empty()
          Returns the empty multimap.
 



Copyright © 2007-2009 Google. All Rights Reserved.