Class ConcurrentReferenceHashMap.SimpleEntry<K,V>
java.lang.Object
org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SimpleEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,V>
- Direct Known Subclasses:
ConcurrentReferenceHashMap.WriteThroughEntry
- Enclosing class:
ConcurrentReferenceHashMap<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
SimpleEntry
-
-
Method Details
-
eq
-
equals
-
getKey
-
getValue
-
hashCode
public int hashCode() -
setValue
-
toString
-