Differencespublic final class NoDifferences extends Object implements Differences
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
areEqual() |
|
Iterable<Difference> |
differences() |
The differences between the two objects.
|
static NoDifferences |
getInstance() |
|
String |
toString() |
public boolean areEqual()
areEqual in interface Differencestrue if the two POJOs were equal to each other;
false otherwise.public String toString()
toString in interface DifferencestoString in class Objectpublic static NoDifferences getInstance()
public Iterable<Difference> differences()
DifferencesIterable.differences in interface DifferencesIterable if there are noneCopyright © 2008–2018. All rights reserved.