protected class ConverterCollections.ConverterMapEvent.ConverterMapEventEntry extends Object implements Map.Entry
Modifier and Type | Field | Description |
---|---|---|
protected boolean |
m_fNewValue |
Determines whether this entry represents the old or new value.
|
Constructor | Description |
---|---|
ConverterMapEventEntry(boolean fNewValue) |
Constructor.
|
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.
|
Object |
getKey() |
|
Object |
getValue() |
|
Object |
setValue(Object oValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
protected 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()