Class Diff<T>

java.lang.Object
gw.util.diff.sorted.Diff<T>

public class Diff<T> extends Object
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object