Uses of Class
com.google.common.util.concurrent.AtomicLongMap

Packages that use AtomicLongMap
com.google.common.util.concurrent Concurrency utilities. 
 

Uses of AtomicLongMap in com.google.common.util.concurrent
 

Methods in com.google.common.util.concurrent that return AtomicLongMap
static
<K> AtomicLongMap<K>
AtomicLongMap.create()
          Creates an AtomicLongMap.
static
<K> AtomicLongMap<K>
AtomicLongMap.create(Map<? extends K,? extends Long> m)
          Creates an AtomicLongMap with the same mappings as the specified Map.
 



Copyright © 2010-2012. All Rights Reserved.