Package org.jboss.marshalling.reflect
Class UnlockedHashMap.Item<K,V>
- java.lang.Object
-
- org.jboss.marshalling.reflect.UnlockedHashMap.Item<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- UnlockedHashMap<K,V>
static final class UnlockedHashMap.Item<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
boolean
equals(UnlockedHashMap.Item<?,?> obj)
K
getKey()
V
getValue()
int
hashCode()
V
setValue(V value)
-
-
-
Method Detail
-
hashCode
public int hashCode()
-
equals
public boolean equals(java.lang.Object obj)
-
equals
public boolean equals(UnlockedHashMap.Item<?,?> obj)
-
-