Package com.tangosol.util
Class ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
- java.lang.Object
-
- com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
-
- All Implemented Interfaces:
Map.Entry<K,V>
- Direct Known Subclasses:
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
- Enclosing class:
- ConverterCollections.ConverterMapEvent<K,V>
protected class ConverterCollections.ConverterMapEvent.ConverterMapEventEntry extends Object implements Map.Entry<K,V>
ConverterMapEventEntry provides the Map Entry interface to the information encapsulated inside the ConverterMapEvent.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
m_fNewValue
Determines whether this entry represents the old or new value.
-
Constructor Summary
Constructors Constructor Description ConverterMapEventEntry(boolean fNewValue)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Binary
getBinaryKey()
Return a raw binary key for this entry.Binary
getBinaryValue()
Return a raw binary value for this entry.K
getKey()
V
getValue()
V
setValue(V value)
-
-
-
Method Detail
-
getBinaryKey
public Binary getBinaryKey()
Return a raw binary key for this entry.- Returns:
- a raw binary key for this entry
-
getBinaryValue
public Binary getBinaryValue()
Return a raw binary value for this entry.- Returns:
- a raw binary value for this entry; null if the value does not exist
-
-