Interface IMapDiff.IModifiedValue<V>

Type Parameters:
V - Value that was changed.
All Superinterfaces:
Serializable
Enclosing interface:
IMapDiff<K,V>

public static interface IMapDiff.IModifiedValue<V> extends Serializable
Represents a value that was changed, used by IMapDiff.getModifiedEntries().
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getNewValue

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

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