A function computing a new mapping from the given key and its
current value to a new value, or null
if there is
no mapping.
Type | Name and description |
---|---|
V |
remap(K key, V value) Returns a new value for the given key and its current, or null if there is no mapping. |