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