| Package | Description |
|---|---|
| groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
| Modifier and Type | Method and Description |
|---|---|
V |
CustomConcurrentHashMap.compute(K key,
CustomConcurrentHashMap.RemappingFunction<? super K,V> remappingFunction)
Updates the mapping for the given key with the result of the
given remappingFunction.
|