Class Diff<T>


  • public class Diff<T>
    extends Object
    • Method Detail

      • getOldItem

        public T getOldItem()
        Returns the old item.
        Returns:
        the old item or null
      • getNewItem

        public T getNewItem()
        Returns the new item.
        Returns:
        the new item or null