Package gw.util.diff.sorted
Class Diff<T>
- java.lang.Object
-
- gw.util.diff.sorted.Diff<T>
-
public class Diff<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getNewItem()
Returns the new item.T
getOldItem()
Returns the old item.String
toString()
-