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) |
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2009–2015. All rights reserved.