Guava: Google Core Libraries for Java 13.0.1-redhat-1

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.
 


Guava: Google Core Libraries for Java 13.0.1-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.