public class HashMapBuilder<K,V>
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HashMapBuilder.HashMapWrapper<K,V> |
| Constructor and Description |
|---|
HashMapBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> HashMapBuilder.HashMapWrapper<K,V> |
put(K key,
V value) |
public static <K,V> HashMapBuilder.HashMapWrapper<K,V> put(K key, V value)