Uses of Class
com.google.inject.internal.util.ImmutableMap

Packages that use ImmutableMap
com.google.inject.internal.util   
 

Uses of ImmutableMap in com.google.inject.internal.util
 

Methods in com.google.inject.internal.util that return ImmutableMap
 ImmutableMap<K,V> ImmutableMap.Builder.build()
          Returns a newly-created immutable map.
static
<K,V> ImmutableMap<K,V>
ImmutableMap.copyOf(Map<? extends K,? extends V> map)
          Returns an immutable map containing the same entries as map.
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of()
          Returns the empty map.
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of(K k1, V v1)
          Returns an immutable map containing a single entry.
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of(K k1, V v1, K k2, V v2)
          Returns an immutable map containing the given entries, in order.
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of(K k1, V v1, K k2, V v2, K k3, V v3)
          Returns an immutable map containing the given entries, in order.
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4)
          Returns an immutable map containing the given entries, in order.
static
<K,V> ImmutableMap<K,V>
ImmutableMap.of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5)
          Returns an immutable map containing the given entries, in order.
 



Copyright © 2006-2013 Google, Inc.. All Rights Reserved.