Uses of Interface
jsr166e.ConcurrentHashMapV8.RemappingFunction

Packages that use ConcurrentHashMapV8.RemappingFunction
jsr166e   
 

Uses of ConcurrentHashMapV8.RemappingFunction in jsr166e
 

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