Package com.atlassian.plugin.util.concurrent

Class Summary
CopyOnWriteMap<K,V> A thread-safe variant of Map in which all mutative operations (the "destructive" operations described by Map put, remove and so on) are implemented by making a fresh copy of the underlying map.
 



Copyright © 2009 Atlassian. All Rights Reserved.