public interface ConcurrentMapLong<T> extends ConcurrentMap<Long,T>
| Modifier and Type | Method and Description |
|---|---|
T |
get(long key) |
T |
put(long key,
T value) |
T |
putIfAbsent(long key,
T value) |
T |
remove(long key) |
putIfAbsent, remove, replace, replaceCopyright © 2009–2017. All rights reserved.