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