|
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.SafeHashMap.Entry
com.tangosol.util.ObservableHashMap.Entry
protected class ObservableHashMap.Entry
A holder for a cached value.
| Field Summary |
|---|
| Fields inherited from class com.tangosol.util.SafeHashMap.Entry |
|---|
m_eNext, m_nHash, m_oKey, m_oValue |
| Constructor Summary | |
|---|---|
protected |
ObservableHashMap.Entry()
|
| Method Summary | |
|---|---|
protected void |
onAdd()
This method is invoked when the containing Map has actually added this Entry to itself. |
protected void |
onRemove()
Called to inform the Entry that it has been removed. |
Object |
setValue(Object oValue)
Update the cached value. |
| Methods inherited from class com.tangosol.util.SafeHashMap.Entry |
|---|
clone, copyFrom, equals, getKey, getValue, hashCode, toString |
| Constructor Detail |
|---|
protected ObservableHashMap.Entry()
| Method Detail |
|---|
protected void onAdd()
onAdd in class SafeHashMap.Entrypublic Object setValue(Object oValue)
setValue in interface Map.EntrysetValue in class SafeHashMap.EntryoValue - the new value to cache
protected void onRemove()
|
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 | |||||||