Package cn.sliew.milky.common.diff
Class JdkMapDiff<K,T>
- java.lang.Object
-
- cn.sliew.milky.common.diff.MapDiff<K,T,Map<K,T>>
-
- cn.sliew.milky.common.diff.JdkMapDiff<K,T>
-
- Type Parameters:
T- the diffable object
- All Implemented Interfaces:
Diff<Map<K,T>>,Serializable
public class JdkMapDiff<K,T> extends MapDiff<K,T,Map<K,T>>
Represents differences between two Maps of (possibly diffable) objects.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<K,T>apply(Map<K,T> map)Applies difference to the specified part and returns the resulted partstatic <K,T>
MapDiff<K,T,Map<K,T>>diff(Map<K,T> before, Map<K,T> after)-
Methods inherited from class cn.sliew.milky.common.diff.MapDiff
getDeletes, getDiffs, getUpserts
-
-