E | |
equals [Java.default_implementations] | equals x y is equivalent to equal x y .
|
H | |
hashCode [Java.default_implementations] | hashCode x returns the identity hash code of x .
|
T | |
toString [Java.default_implementations] | toString x returns a string using the following pattern:
class@hash.
|