Package | Description |
---|---|
org.jsr166 |
Package contains classes that from JSR166.
|
Modifier and Type | Method and Description |
---|---|
V |
ConcurrentHashMap8.compute(K key,
ConcurrentHashMap8.BiFun<? super K,? super V,? extends V> remappingFunction)
Computes a new mapping value given a key and
its current mapped value (or
null if there is no current
mapping). |
V |
ConcurrentHashMap8.computeIfPresent(K key,
ConcurrentHashMap8.BiFun<? super K,? super V,? extends V> remappingFunction)
If the given key is present, computes a new mapping value given a key and
its current mapped value.
|
V |
ConcurrentHashMap8.merge(K key,
V value,
ConcurrentHashMap8.BiFun<? super V,? super V,? extends V> remappingFunction)
If the specified key is not already associated
with a value, associate it with the given value.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.0.final Release Date : December 29 2015