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
Modifier and TypeFieldDescriptionprotected boolean
Determines whether this entry represents the old or new value. -
Constructor Summary
-
Method Summary
-
Field Details
-
m_fNewValue
protected boolean m_fNewValueDetermines whether this entry represents the old or new value.
-
-
Constructor Details
-
ConverterMapEventEntry
public ConverterMapEventEntry(boolean fNewValue) Constructor.- Parameters:
fNewValue
- specifies whether the value represented by this entry is the new or the old value
-
-
Method Details
-
getBinaryKey
Return a raw binary key for this entry.- Returns:
- a raw binary key for this entry
-
getBinaryValue
Return a raw binary value for this entry.- Returns:
- a raw binary value for this entry; null if the value does not exist
-
getKey
-
getValue
-
setValue
-