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