com.atlassian.util.concurrent
Class CopyOnWriteSortedMap.Functions

java.lang.Object
  extended by com.atlassian.util.concurrent.CopyOnWriteSortedMap.Functions
Enclosing class:
CopyOnWriteSortedMap<K,V>

public static final class CopyOnWriteSortedMap.Functions
extends java.lang.Object

Factories that create the standard Collections Map implementations.


Constructor Summary
CopyOnWriteSortedMap.Functions()
           
 
Method Summary
static
<K,V> CopyOnWriteSortedMap.CopyFunction<java.util.SortedMap<K,V>>
tree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyOnWriteSortedMap.Functions

public CopyOnWriteSortedMap.Functions()
Method Detail

tree

public static <K,V> CopyOnWriteSortedMap.CopyFunction<java.util.SortedMap<K,V>> tree()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.