Interface ConcurrentMapLong<T>
-
- All Superinterfaces:
ConcurrentMap<Long,T>,Map<Long,T>
- All Known Implementing Classes:
ConcurrentHashMapLong
public interface ConcurrentMapLong<T> extends ConcurrentMap<Long,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(long key)Tput(long key, T value)Tremove(long key)-
Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-