Uses of Class
com.atlassian.plugin.util.concurrent.CopyOnWriteMap

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
<K,V> CopyOnWriteMap<K,V>
CopyOnWriteMap.newHashMap()
          Deprecated. Creates a new CopyOnWriteMap with an underlying HashMap.
static
<K,V> CopyOnWriteMap<K,V>
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
<K,V> CopyOnWriteMap<K,V>
CopyOnWriteMap.newLinkedMap()
          Deprecated. Creates a new CopyOnWriteMap with an underlying LinkedHashMap.
static
<K,V> CopyOnWriteMap<K,V>
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.
 



Copyright © 2010 Atlassian. All Rights Reserved.