public class BasicMatcher extends java.lang.Object implements UniformMatcher<java.lang.Object>
To be more precise, it uses the equals() method of object 1.
It also takes care of null
values.
Match.DEFAULT_MATCHER
,
Match.REVERTED_DEFAULT_MATCHER
IDENTICAL, NATURAL, NATURAL_NULL_SAFE
Constructor and Description |
---|
BasicMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
areEqual(java.lang.Object object1,
java.lang.Object object2)
Are the given two objects considered equal?
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
identical, natural, naturalNullSafe