|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Interfaces | |
---|---|
com.atlassian.util.concurrent.LockManager
use a Function that returns a ManagedLock
instead. |
Deprecated Classes | |
---|---|
com.atlassian.util.concurrent.CopyOnWriteMaps
use the static factory methods is CopyOnWriteMap and
CopyOnWriteSortedMap directly. |
|
com.atlassian.util.concurrent.LockManagers
since 0.0.7 use ManagedLocks instead |
|
com.atlassian.util.concurrent.Suppliers
Since 1.0. Use Suppliers instead,
see the methods for the alternatives provided. |
Deprecated Constructors | |
---|---|
com.atlassian.util.concurrent.BlockingReference()
use BlockingReference.newSRSW() instead. |
|
com.atlassian.util.concurrent.BlockingReference(V)
use BlockingReference.newSRSW() instead. |
|
com.atlassian.util.concurrent.CopyOnWriteMap()
since 0.0.12 use the versions that explicitly specify View.Type |
|
com.atlassian.util.concurrent.CopyOnWriteMap(Map extends K, ? extends V>)
since 0.0.12 use the versions that explicitly specify View.Type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |