|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CopyOnWriteMap | |
|---|---|
| com.atlassian.plugin.util.concurrent | |
| Uses of CopyOnWriteMap in com.atlassian.plugin.util.concurrent |
|---|
| Methods in com.atlassian.plugin.util.concurrent that return CopyOnWriteMap | ||
|---|---|---|
static
|
CopyOnWriteMap.newHashMap()
Deprecated. Creates a new CopyOnWriteMap with an underlying HashMap. |
|
static
|
CopyOnWriteMap.newHashMap(Map<? extends K,? extends V> map)
Deprecated. Creates a new CopyOnWriteMap with an underlying HashMap
using the supplied map as the initial values. |
|
static
|
CopyOnWriteMap.newLinkedMap()
Deprecated. Creates a new CopyOnWriteMap with an underlying
LinkedHashMap. |
|
static
|
CopyOnWriteMap.newLinkedMap(Map<? extends K,? extends V> map)
Deprecated. Creates a new CopyOnWriteMap with an underlying
LinkedHashMap using the supplied map as the initial values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||