Package | Description |
---|---|
org.infinispan.util.concurrent.jdk8backported |
Modifier and Type | Method and Description |
---|---|
V |
ConcurrentHashMapV8.compute(K key,
ConcurrentHashMapV8.RemappingFunction<? super K,V> remappingFunction)
Computes and enters a new mapping value given a key and
its current mapped value (or
null if there is no current
mapping). |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.