Class ConverterCollections.ConverterMapEvent.ConverterMapEventEntry

    • Field Detail

      • m_fNewValue

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

      • ConverterMapEventEntry

        public 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