Interface SCOMap<T,​K,​V>

    • Method Detail

      • updateEmbeddedKey

        void updateEmbeddedKey​(K key,
                               int fieldNumber,
                               Object newValue,
                               boolean makeDirty)
        Method to update an embedded key stored in the map.
        Parameters:
        key - The key
        fieldNumber - Number of field in the element
        newValue - the new value for this field
        makeDirty - Whether to make the SCO field dirty.
      • updateEmbeddedValue

        void updateEmbeddedValue​(V value,
                                 int fieldNumber,
                                 Object newValue,
                                 boolean makeDirty)
        Method to update an embedded value stored in the map.
        Parameters:
        value - The value
        fieldNumber - Number of field in the element
        newValue - the new value for this field
        makeDirty - Whether to make the SCO field dirty.