Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.util
Class ConverterCollections.ConverterMapEvent.ConverterMapEventEntry

java.lang.Object
  extended by com.tangosol.util.ConverterCollections.ConverterMapEvent.ConverterMapEventEntry

All Implemented Interfaces:
java.util.Map.Entry
Direct Known Subclasses:
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry
Enclosing class:
ConverterCollections.ConverterMapEvent

protected class ConverterCollections.ConverterMapEvent.ConverterMapEventEntry
extends java.lang.Object
implements java.util.Map.Entry

ConverterMapEventEntry provides the Map Entry interface to the information encapsulated inside the ConverterMapEvent.


Field Summary
protected  boolean m_fNewValue
          Determines 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

m_fNewValue

protected boolean m_fNewValue
Determines whether this entry represents the old or new value.

Constructor Detail

ConverterCollections.ConverterMapEvent.ConverterMapEventEntry

public ConverterCollections.ConverterMapEvent.ConverterMapEventEntry(boolean fNewValue)
Constructor.
Parameters:
fNewValue - specifies whether the value represented by this entry is the new or the old 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

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface java.util.Map.Entry

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.util.Map.Entry

setValue

public java.lang.Object setValue(java.lang.Object oValue)
Specified by:
setValue in interface java.util.Map.Entry

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.