Package org.jboss.netty.util.internal
Class ConcurrentIdentityHashMap.SimpleEntry<K,V>
- java.lang.Object
-
- org.jboss.netty.util.internal.ConcurrentIdentityHashMap.SimpleEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Direct Known Subclasses:
ConcurrentIdentityHashMap.WriteThroughEntry
- Enclosing class:
- ConcurrentIdentityHashMap<K,V>
static class ConcurrentIdentityHashMap.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 boolean
eq(java.lang.Object o1, java.lang.Object o2)
boolean
equals(java.lang.Object o)
K
getKey()
V
getValue()
int
hashCode()
V
setValue(V value)
java.lang.String
toString()
-