Package cn.sliew.milky.common.diff
Class CompleteDiff<T extends Diffable<T>>
- java.lang.Object
-
- cn.sliew.milky.common.diff.CompleteDiff<T>
-
- All Implemented Interfaces:
Diff<T>,Serializable
public class CompleteDiff<T extends Diffable<T>> extends Object implements Diff<T>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tapply(T part)Applies difference to the specified part and returns the resulted part
-