Interface CustomConcurrentHashMap.RemappingFunction<K,V>
- Enclosing class:
CustomConcurrentHashMap<K,V>
public static interface CustomConcurrentHashMap.RemappingFunction<K,V>
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-
Method Summary
-
Method Details
-
remap
-