Modifier and Type | Method and Description |
---|---|
static boolean |
equal(Object a,
Object b)
Returns true if two possibly-null objects are equal.
|
static int |
hashCode(Object o) |
static String |
toString(Object o)
Returns a string reporting the value of each declared field, via reflection.
|