Class ConcurrentHashMap.Entry<K,V>
java.lang.Object
org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.Entry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
ConcurrentHashMap<K,
V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
next
-
-
Constructor Details
-
Entry
-
Entry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
getNext
-
equals
-
hashCode
public int hashCode() -
toString
-