Uses of Class
com.google.common.util.concurrent.AtomicLongMap
- 
Packages that use AtomicLongMap Package Description com.google.common.util.concurrent Concurrency utilities.
- 
- 
Uses of AtomicLongMap in com.google.common.util.concurrentMethods in com.google.common.util.concurrent that return AtomicLongMap Modifier and Type Method Description static <K> AtomicLongMap<K>AtomicLongMap. create()Creates anAtomicLongMap.static <K> AtomicLongMap<K>AtomicLongMap. create(java.util.Map<? extends K,? extends java.lang.Long> m)Creates anAtomicLongMapwith the same mappings as the specifiedMap.
 
-