T - the type to compareinterface Equaller<T>
| Modifier and Type | Field and Description |
|---|---|
static Equaller<java.lang.Object> |
DEFAULT |
static Equaller<java.lang.Object> |
IDENTITY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(T obj,
T other)
Test the two objects for equality.
|