| Package | Description |
|---|---|
| com.atlassian.plugin.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> CopyOnWriteMap<K,V> |
CopyOnWriteMap.newHashMap()
Deprecated.
Creates a new
CopyOnWriteMap with an underlying HashMap. |
static <K,V> CopyOnWriteMap<K,V> |
CopyOnWriteMap.newHashMap(java.util.Map<? extends K,? extends V> map)
Deprecated.
Creates a new
CopyOnWriteMap with an underlying HashMap
using the supplied map as the initial values. |
static <K,V> CopyOnWriteMap<K,V> |
CopyOnWriteMap.newLinkedMap()
Deprecated.
Creates a new
CopyOnWriteMap with an underlying
LinkedHashMap. |
static <K,V> CopyOnWriteMap<K,V> |
CopyOnWriteMap.newLinkedMap(java.util.Map<? extends K,? extends V> map)
Deprecated.
Creates a new
CopyOnWriteMap with an underlying
LinkedHashMap using the supplied map as the initial values. |
Copyright © 2013 Atlassian. All Rights Reserved.