Class ValueDiff<T>
- java.lang.Object
-
- org.eclipse.core.databinding.observable.value.ValueDiff<T>
-
-
Constructor Summary
Constructors Constructor Description ValueDiff()Creates a value diff.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)abstract TgetNewValue()abstract TgetOldValue()inthashCode()StringtoString()
-