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

Packages that use CopyOnWriteMap
com.atlassian.util.concurrent   
 

Uses of CopyOnWriteMap in com.atlassian.util.concurrent
 

Methods in com.atlassian.util.concurrent that return CopyOnWriteMap
 CopyOnWriteMap<K,V> CopyOnWriteMap.Builder.newHashMap()
           
static
<K,V> CopyOnWriteMap<K,V>
CopyOnWriteMaps.newHashMap()
          Deprecated. use the newHashMap() instead.
static
<K,V> CopyOnWriteMap<K,V>
CopyOnWriteMap.newHashMap()
          Creates a new CopyOnWriteMap with an underlying HashMap.
static
<K,V> CopyOnWriteMap<K,V>
CopyOnWriteMaps.newHashMap(java.util.Map<? extends K,? extends V> map)
          Deprecated. use the newHashMap(Map) instead.
static
<K,V> CopyOnWriteMap<K,V>
CopyOnWriteMap.newHashMap(java.util.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>
CopyOnWriteMaps.newLinkedMap()
          Deprecated. use the newLinkedMap() instead.
static
<K,V> CopyOnWriteMap<K,V>
CopyOnWriteMap.newLinkedMap()
          Creates a new CopyOnWriteMap with an underlying LinkedHashMap.
static
<K,V> CopyOnWriteMap<K,V>
CopyOnWriteMaps.newLinkedMap(java.util.Map<? extends K,? extends V> map)
          Deprecated. use the newLinkedMap(Map) instead.
static
<K,V> CopyOnWriteMap<K,V>
CopyOnWriteMap.newLinkedMap(java.util.Map<? extends K,? extends V> map)
          Creates a new CopyOnWriteMap with an underlying LinkedHashMap using the supplied map as the initial values.
 



Copyright © 2012 Atlassian. All Rights Reserved.