|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
V |
remap(K key,
V value)
Returns a new value for the given key and its current, or null if there is no mapping. |
Method Detail |
---|
V remap(K key, V value)
key
- the keyvalue
- the current value, or null if none
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |