|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CustomConcurrentHashMap.MappingFunction<K,V>
A function computing a mapping from the given key to a value,
or null
if there is no mapping.
Method Summary | |
---|---|
V |
map(K key)
Returns a value for the given key, or null if there is no mapping. |
Method Detail |
---|
V map(K key)
key
- the (non-null) key
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |