Package | Description |
---|---|
com.google.inject.internal.util |
Modifier and Type | Method and Description |
---|---|
static <K,V> ImmutableMap.Builder<K,V> |
ImmutableMap.builder()
Returns a new builder.
|
ImmutableMap.Builder<K,V> |
ImmutableMap.Builder.put(K key,
V value)
Associates
key with value in the built map. |
ImmutableMap.Builder<K,V> |
ImmutableMap.Builder.putAll(Map<? extends K,? extends V> map)
Associates all of
map's keys and values in the built map. |
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.