|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pojomatic.diff.NoDifferences
public final class NoDifferences
| Method Summary | |
|---|---|
boolean |
areEqual()
|
java.lang.Iterable<Difference> |
differences()
The differences between the two objects. |
static NoDifferences |
getInstance()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean areEqual()
areEqual in interface Differencestrue if the two POJOs were equal to each other;
false otherwise.public java.lang.String toString()
toString in interface DifferencestoString in class java.lang.Objectpublic static NoDifferences getInstance()
public java.lang.Iterable<Difference> differences()
DifferencesIterable.
differences in interface DifferencesIterable if there are none
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||