Uses of Interface
cn.sliew.milky.common.diff.Diff
-
Packages that use Diff Package Description cn.sliew.milky.common.diff -
-
Uses of Diff in cn.sliew.milky.common.diff
Classes in cn.sliew.milky.common.diff that implement Diff Modifier and Type Class Description classCompleteDiff<T extends Diffable<T>>classJdkMapDiff<K,T>Represents differences between two Maps of (possibly diffable) objects.classMapDiff<K,T,M>Represents differences between two maps of objects and is used as base class for different map implementations.Fields in cn.sliew.milky.common.diff with type parameters of type Diff Modifier and Type Field Description protected Map<K,Diff<T>>MapDiff. diffsMethods in cn.sliew.milky.common.diff that return Diff Modifier and Type Method Description Diff<T>AbstractDiffable. diff(T previousState)Diff<T>Diffable. diff(T previousState)Returns serializable object representing differences between this and previousStateMethods in cn.sliew.milky.common.diff that return types with arguments of type Diff Modifier and Type Method Description Map<K,Diff<T>>MapDiff. getDiffs()Map entries that, when this diff is applied to a map, should be incrementally updated.Constructor parameters in cn.sliew.milky.common.diff with type arguments of type Diff Constructor Description MapDiff(List<K> deletes, Map<K,Diff<T>> diffs, Map<K,T> upserts)
-