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