Package cn.sliew.milky.common.diff
-
Interface Summary Interface Description Diff<T> Represents difference between states.Diffable<T> States changes in which can be serialized -
Class Summary Class Description AbstractDiffable<T extends Diffable<T>> Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or nothing if object remained the same.CompleteDiff<T extends Diffable<T>> JdkMapDiff<K,T> Represents differences between two Maps of (possibly diffable) objects.MapDiff<K,T,M> Represents differences between two maps of objects and is used as base class for different map implementations.