Package de.xima.fc.interfaces
Interface IMapDiff.IModifiedValue<V>
-
- Type Parameters:
V
- Value that was changed.
- All Superinterfaces:
Serializable
public static interface IMapDiff.IModifiedValue<V> extends Serializable
Represents a value that was changed, used byIMapDiff.getModifiedEntries()
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
getNewValue()
V
getOldValue()
-