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