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