Class ConcurrentHashMapLong<T>
java.lang.Object
org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong<T>
- All Implemented Interfaces:
ConcurrentMap<Long,T>
,Map<Long,T>
,ConcurrentMapLong<T>
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAll
-
Constructor Details
-
ConcurrentHashMapLong
-
-
Method Details
-
get
- Specified by:
get
in interfaceConcurrentMapLong<T>
-
remove
- Specified by:
remove
in interfaceConcurrentMapLong<T>
-
put
- Specified by:
put
in interfaceConcurrentMapLong<T>
-
isEmpty
public boolean isEmpty() -
size
public int size() -
get
-
containsKey
- Specified by:
containsKey
in interfaceMap<Long,T>
-
containsValue
- Specified by:
containsValue
in interfaceMap<Long,T>
-
put
-
putIfAbsent
- Specified by:
putIfAbsent
in interfaceConcurrentMap<Long,T>
- Specified by:
putIfAbsent
in interfaceMap<Long,T>
-
putAll
-
remove
-
remove
-
replace
-
replace
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode() -
toString
-