|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
protected class ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
ConverterMapEventEntry provides the Map Entry interface to the information encapsulated inside the ConverterMapEvent.
| Field Summary | |
|---|---|
protected boolean |
m_fNewValueDetermines whether this entry represents the old or new value. |
| Constructor Summary | |
|---|---|
ConverterCollections.ConverterMapEvent.ConverterMapEventEntry(boolean fNewValue)Constructor. |
|
| Method Summary | |
|---|---|
Binary |
getBinaryKey()Return a raw binary key for this entry. |
Binary |
getBinaryValue()Return a raw binary value for this entry. |
java.lang.Object |
getKey() |
java.lang.Object |
getValue() |
java.lang.Object |
setValue(java.lang.Object oValue) |
| Methods inherited from interface java.util.Map.Entry |
|---|
equals, hashCode |
| Field Detail |
|---|
protected boolean m_fNewValue
| Constructor Detail |
|---|
public ConverterCollections.ConverterMapEvent.ConverterMapEventEntry(boolean fNewValue)
fNewValue - specifies whether the value represented by this entry is the new or the old value| Method Detail |
|---|
public Binary getBinaryKey()
public Binary getBinaryValue()
public java.lang.Object getKey()
getKey in interface java.util.Map.Entrypublic java.lang.Object getValue()
getValue in interface java.util.Map.Entrypublic java.lang.Object setValue(java.lang.Object oValue)
setValue in interface java.util.Map.Entry
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||