Package org.springframework.util
Class ConcurrentReferenceHashMap.Entry<K,V>
java.lang.Object
org.springframework.util.ConcurrentReferenceHashMap.Entry<K,V>
- Type Parameters:
K
- the key typeV
- the value type
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
- ConcurrentReferenceHashMap<K,
V>
protected static final class ConcurrentReferenceHashMap.Entry<K,V>
extends Object
implements Map.Entry<K,V>
A single map entry.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Entry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
toString
-
equals
-
hashCode
public final int hashCode()
-