public class Diff<T>
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
-
-
Constructor Details
-
Diff
Diff(T oldItem,
T newItem)
-
Method Details
-
getOldItem
Returns the old item.
- Returns:
- the old item or null
-
getNewItem
Returns the new item.
- Returns:
- the new item or null
-