|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.SimpleMapEntry
com.tangosol.util.AbstractKeyBasedMap.EntrySet.Entry
protected class AbstractKeyBasedMap.EntrySet.Entry
A Map Entry implementation that defers its value acquisition from
the containing map (via Map.get(Object)
) if the Entry is
constructed with a null value.
Field Summary |
---|
Fields inherited from class com.tangosol.util.SimpleMapEntry |
---|
m_oKey, m_oValue |
Constructor Summary | |
---|---|
AbstractKeyBasedMap.EntrySet.Entry(Object oKey,
Object oValue)
Construct an Entry. |
Method Summary | |
---|---|
Object |
getValue()
Returns the value corresponding to this entry. |
int |
hashCode()
Returns the hash code value for this map entry. |
Object |
setValue(Object oValue)
Replaces the value corresponding to this entry with the specified value (optional operation). |
Methods inherited from class com.tangosol.util.SimpleMapEntry |
---|
clone, equals, getKey, toString |
Constructor Detail |
---|
public AbstractKeyBasedMap.EntrySet.Entry(Object oKey, Object oValue)
oKey
- the Entry keyoValue
- the Entry value (optional)Method Detail |
---|
public Object getValue()
getValue
in interface Map.Entry
getValue
in class SimpleMapEntry
public Object setValue(Object oValue)
setValue
in interface Map.Entry
setValue
in class SimpleMapEntry
oValue
- new value to be stored in this entry
public int hashCode()
(e.getKey()==null ? 0 : e.getKey().hashCode()) ^ (e.getValue()==null ? 0 : e.getValue().hashCode())This ensures that e1.equals(e2) implies that e1.hashCode()==e2.hashCode() for any two Entries e1 and e2, as required by the general contract of Object.hashCode.
hashCode
in interface Map.Entry
hashCode
in class SimpleMapEntry
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |