Uses of Interface
jsr166e.ConcurrentHashMapV8.MappingFunction

Packages that use ConcurrentHashMapV8.MappingFunction
jsr166e   
 

Uses of ConcurrentHashMapV8.MappingFunction in jsr166e
 

Methods in jsr166e with parameters of type ConcurrentHashMapV8.MappingFunction
 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 © 2009-2012. All Rights Reserved.