Package | Description |
---|---|
org.infinispan.util.concurrent.jdk8backported |
Modifier and Type | Method and Description |
---|---|
V |
ConcurrentHashMapV8.computeIfAbsent(K key,
ConcurrentHashMapV8.MappingFunction<? super K,? extends V> mappingFunction)
If the specified key is not already associated with a value,
computes its value using the given mappingFunction and
enters it into the map.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.