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