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

Uses of CopyOnWriteMap in com.atlassian.util.concurrent
 

Methods in com.atlassian.util.concurrent that return CopyOnWriteMap
static
<K,V> CopyOnWriteMap<K,V>
CopyOnWriteMaps.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)
          Creates a new CopyOnWriteMap with an underlying HashMap using the supplied map as the initial values.
static
<K,V> CopyOnWriteMap<K,V>
CopyOnWriteMaps.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)
          Creates a new CopyOnWriteMap with an underlying LinkedHashMap using the supplied map as the initial values.
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.