ValueDifferencepublic interface Difference
| Modifier and Type | Method | Description |
|---|---|---|
Object |
leftValue() |
The value from the left instance (possibly
null). |
String |
propertyName() |
The name of the property.
|
Object |
rightValue() |
The value from the right instance (possibly
null). |
String propertyName()
Object leftValue() throws NoSuchElementException
null).null)NoSuchElementException - if the value does not exist on the left instanceObject rightValue() throws NoSuchElementException
null).null)NoSuchElementException - if the value does not exist on the right instanceCopyright © 2008–2018. All rights reserved.