| Package | Description |
|---|---|
| org.kocakosm.pitaya.collection |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMap.Builder<K,V> |
ImmutableMap.Builder.put(K key,
V value)
Associates the specified value with the specified key in the
Map being built. |
ImmutableMap.Builder<K,V> |
ImmutableMap.Builder.put(Map<? extends K,? extends V> map)
Copies all of the mappings from the specified
Map to
the Map being built. |
Copyright © 2012–2015. All rights reserved.