interface HashMap.Builder<K,V>
A mutable HashMap builder used to efficiently create new immutable instances. See the Map documentation and the HashMap.Builder API documentation
Type parameters
| Name | Description |
|---|---|
| K | the key type |
| V | the value type |