Searched defs:Object (Results 1 - 1 of 1) sorted by relevance

/libcore/libart/src/main/java/java/lang/
H A DObject.java43 * @Override public boolean equals(Object o) {
131 public class Object { class
140 // type int instead of Object to go with the alphabetical/by-type
146 * Constructs a new instance of {@code Object}.
148 public Object() { method in class:Object
152 * Creates and returns a copy of this {@code Object}. The default
166 protected Object clone() throws CloneNotSupportedException {
178 private native Object internalClone();
188 * o}. See <a href="{@docRoot}reference/java/lang/Object.html#writing_equals">Writing a correct
195 * these objects. This means that subclasses of {@code Object} usuall
[all...]

Completed in 177 milliseconds