Module java.base
Package java.lang.runtime

Class ObjectMethods

java.lang.Object
java.lang.runtime.ObjectMethods

public classObjectMethodsextendsObject
Bootstrap methods for state-driven implementations of core methods, includingObject.equals(Object),Object.hashCode(), andObject.toString(). These methods may be used, for example, by Java compiler implementations to implement the bodies ofObject methods for record classes.
Since:
16