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