public static interface CustomConcurrentHashMap.RemappingFunction<K,V>
null if there is
no mapping.| Modifier and Type | Method 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.
|