Class Java.default_implementations

class default_implementations : object .. end
This class provide the default implementations for the methods of java.lang.Object.

method equals : java'lang'Object java_instance -> java'lang'Object java_instance -> bool
equals x y is equivalent to equal x y.
method hashCode : java'lang'Object java_instance -> int32
hashCode x returns the identity hash code of x.
method toString : java'lang'Object java_instance -> java'lang'String java_instance
toString x returns a string using the following pattern: class@hash.