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

Packages that use ImmutableMapBuilder
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of ImmutableMapBuilder in com.google.common.collect
 

Methods in com.google.common.collect that return ImmutableMapBuilder
static
<K,V> ImmutableMapBuilder<K,V>
ImmutableMapBuilder.fromMap(java.util.Map<K,V> map)
          Creates a new ImmutableMapBuilder populated with the contents of map.
 ImmutableMapBuilder<K,V> ImmutableMapBuilder.put(K key, V value)
          Adds a key-value mapping to the map that will be returned by getMap.
 



Copyright © 2008 Google. All Rights Reserved.