| Package | Description |
|---|---|
| com.google.common.util.concurrent |
Concurrency utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> AtomicLongMap |
AtomicLongMap.create()
Creates an
AtomicLongMap.
|
static <K> AtomicLongMap |
AtomicLongMap.create(Map
Creates an
AtomicLongMap with the same mappings as the specified
Map.
|