@ThreadSafe @Deprecated public class ConcurrentOperationMap<K,T> extends Object
The reason for new version is verbosity of Callable in client code and inability to pass supplier.
This class will be migrated into atlassain-concurrent-util once it's java8 branch is released.
Constructor and Description |
---|
ConcurrentOperationMap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
computeIfAbsent(K key,
Supplier<T> supplier)
Deprecated.
|
Copyright © 2003–2016 Atlassian. All rights reserved.