Package | Description |
---|---|
com.google.common.util.concurrent |
Concurrency utilities.
|
Modifier and Type | Method and Description |
---|---|
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–2019. All rights reserved.