protected class ConverterCollections.ConverterMapEvent.ConverterMapEventEntry extends Object implements Map.Entry
| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
m_fNewValue
Determines whether this entry represents the old or new value. 
 | 
| Constructor and Description | 
|---|
ConverterMapEventEntry(boolean fNewValue)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Binary | 
getBinaryKey()
Return a raw binary key for this entry. 
 | 
Binary | 
getBinaryValue()
Return a raw binary value for this entry. 
 | 
Object | 
getKey() | 
Object | 
getValue() | 
Object | 
setValue(Object oValue) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodeprotected boolean m_fNewValue
public ConverterMapEventEntry(boolean fNewValue)
fNewValue - specifies whether the value represented by this entry is the new or the old valuepublic Binary getBinaryKey()
public Binary getBinaryValue()