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

Uses of CopyOnWriteSortedMap in com.atlassian.util.concurrent
 

Methods in com.atlassian.util.concurrent that return CopyOnWriteSortedMap
static
<K,V> CopyOnWriteSortedMap<K,V>
CopyOnWriteMaps.newTreeMap()
          Create a new CopyOnWriteSortedMap where the underlying map instances are TreeMap and the sort uses the key's natural order.
static
<K,V> CopyOnWriteSortedMap<K,V>
CopyOnWriteMaps.newTreeMap(java.util.Comparator<? super K> comparator)
          Create a new CopyOnWriteSortedMap where the underlying map instances are TreeMap.
static
<K,V> CopyOnWriteSortedMap<K,V>
CopyOnWriteMaps.newTreeMap(java.util.Map<? extends K,? extends V> map)
          Create a new CopyOnWriteSortedMap where the underlying map instances are TreeMap, the sort uses the key's natural order and the initial values are supplied.
static
<K,V> CopyOnWriteSortedMap<K,V>
CopyOnWriteMaps.newTreeMap(java.util.Map<? extends K,? extends V> map, java.util.Comparator<? super K> comparator)
          Create a new CopyOnWriteSortedMap where the underlying map instances are TreeMap, the sort uses the key's natural order and the initial values are supplied.
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.