public class ComparatorNode extends ComparatorDefault
| Constructor and Description |
|---|
ComparatorNode() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getType()
The comparator reference type.
|
boolean |
match(Object expected,
Object received)
Says if two objects can be considered equals.
|
protected String |
toString(Object obj)
Convert object to String.
|
compare, initializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic Class<?> getType()
IComparatorgetType in interface IComparatorgetType in class ComparatorDefaultpublic boolean match(Object expected, Object received)
IComparatormatch in interface IComparatormatch in class ComparatorDefaultexpected - The expected value.received - The received value.protected String toString(Object obj)
ComparatorDefaulttoString in class ComparatorDefaultobj - An object.Copyright © 2016. All rights reserved.