Package org.jboss.netty.util.internal
Class ConcurrentIdentityWeakKeyHashMap.SimpleEntry<K,V>
- java.lang.Object
-
- org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Direct Known Subclasses:
ConcurrentIdentityWeakKeyHashMap.WriteThroughEntry
- Enclosing class:
- ConcurrentIdentityWeakKeyHashMap<K,V>
static class ConcurrentIdentityWeakKeyHashMap.SimpleEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Constructor Summary
Constructors Constructor Description SimpleEntry(java.util.Map.Entry<? extends K,? extends V> entry)SimpleEntry(K key, V value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static booleaneq(java.lang.Object o1, java.lang.Object o2)booleanequals(java.lang.Object o)KgetKey()VgetValue()inthashCode()VsetValue(V value)java.lang.StringtoString()
-