Class ConcurrentIdentityWeakKeyHashMap.SimpleEntry<K,V>
java.lang.Object
org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,V>
- Direct Known Subclasses:
ConcurrentIdentityWeakKeyHashMap.WriteThroughEntry
- Enclosing class:
ConcurrentIdentityWeakKeyHashMap<K,V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSimpleEntry(Map.Entry<? extends K, ? extends V> entry) SimpleEntry(K key, V value) -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
SimpleEntry
-
SimpleEntry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-
eq
-