public class ComparatorString extends ComparatorDefault
| Constructor and Description |
|---|
ComparatorString() |
| 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.
|
compare, initialize, toStringclone, 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.Copyright © 2016. All rights reserved.