Uses of Interface
groovyx.gpars.extra166y.CustomConcurrentHashMap.MappingFunction

Packages that use CustomConcurrentHashMap.MappingFunction
groovyx.gpars.extra166y Collections supporting parallel operations. 
 

Uses of CustomConcurrentHashMap.MappingFunction in groovyx.gpars.extra166y
 

Methods in groovyx.gpars.extra166y with parameters of type CustomConcurrentHashMap.MappingFunction
 V CustomConcurrentHashMap.computeIfAbsent(K key, CustomConcurrentHashMap.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 if non-null, enters it into the map.
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.