Interface IMapDiff.IModifiedValue<V>

    • Method Detail

      • getNewValue

        V getNewValue()
        Returns:
        The new value of the map entry.
      • getOldValue

        V getOldValue()
        Returns:
        The old value of the map entry.