|
org.codehaus.gpars | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public static interface CustomConcurrentHashMap.MappingFunction
A function computing a mapping from the given key to a value,
or null if there is no mapping.
| Method Summary | |
|---|---|
java.lang.Object
|
map(java.lang.Object key)
Returns a value for the given key, or null if there is no mapping. |
| Method Detail |
|---|
public java.lang.Object map(java.lang.Object key)
key - the (non-null) key
Copyright © 2008–2013 Václav Pech. All Rights Reserved.