public class ComparatorTrue extends Object implements IComparator
| Constructor and Description |
|---|
ComparatorTrue() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object o1,
Object o2) |
Class<?> |
getType()
The comparator reference type.
|
void |
initialize()
Initialize something.
|
boolean |
match(Object expected,
Object received)
Says if two objects can be considered equals.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic Class<?> getType()
IComparatorgetType in interface IComparatorpublic void initialize()
IResetableinitialize in interface IResetablepublic boolean match(Object expected, Object received)
IComparatormatch in interface IComparatorexpected - The expected value.received - The received value.public int compare(Object o1, Object o2)
compare in interface Comparator<Object>Copyright © 2016. All rights reserved.