| Package | Description |
|---|---|
| io.atlassian.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
CopyOnWriteMap<K,V> |
CopyOnWriteMap.Builder.newHashMap() |
static <K,V> CopyOnWriteMap<K,V> |
CopyOnWriteMap.newHashMap()
Creates a new
CopyOnWriteMap with an
underlying HashMap. |
static <K,V> CopyOnWriteMap<K,V> |
CopyOnWriteMap.newHashMap(Map<? extends K,? extends V> map)
Creates a new
CopyOnWriteMap with an
underlying HashMap using the supplied map as the initial
values. |
CopyOnWriteMap<K,V> |
CopyOnWriteMap.Builder.newLinkedMap() |
static <K,V> CopyOnWriteMap<K,V> |
CopyOnWriteMap.newLinkedMap()
Creates a new
CopyOnWriteMap with an
underlying LinkedHashMap. |
static <K,V> CopyOnWriteMap<K,V> |
CopyOnWriteMap.newLinkedMap(Map<? extends K,? extends V> map)
Creates a new
CopyOnWriteMap with an
underlying LinkedHashMap using the supplied map as the
initial values. |
Copyright © 2024 Atlassian. All rights reserved.