Uses of Class
jsr166e.LongAdder

Packages that use LongAdder
jsr166e   
 

Uses of LongAdder in jsr166e
 

Methods in jsr166e that return LongAdder
 LongAdder LongAdderTable.install(K key)
          If the given key does not already exist in the table, inserts the key with initial sum of zero; in either case returning the adder associated with this key.
 

Methods in jsr166e that return types with arguments of type LongAdder
 Set<Map.Entry<K,LongAdder>> LongAdderTable.entrySet()
          Returns the current set of key-value mappings.
 



Copyright © 2009-2012. All Rights Reserved.