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

/libcore/libdvm/src/main/java/java/lang/
H A DObject.java43 * @Override public boolean equals(Object o) {
131 public class Object { class
133 * Constructs a new instance of {@code Object}.
135 public Object() { method in class:Object
139 * Creates and returns a copy of this {@code Object}. The default
153 protected Object clone() throws CloneNotSupportedException {
164 private native Object internalClone(Cloneable o);
174 * o}. See <a href="{@docRoot}reference/java/lang/Object.html#writing_equals">Writing a correct
181 * these objects. This means that subclasses of {@code Object} usually
187 * Object}; {
[all...]
/libcore/libart/src/main/java/java/lang/
H A DObject.java43 * &#x0040;Override public boolean equals(Object o) {
131 public class Object { class
137 * Constructs a new instance of {@code Object}.
139 public Object() { method in class:Object
146 * Creates and returns a copy of this {@code Object}. The default
160 protected Object clone() throws CloneNotSupportedException {
172 private native Object internalClone();
182 * o}. See <a href="{@docRoot}reference/java/lang/Object.html#writing_equals">Writing a correct
189 * these objects. This means that subclasses of {@code Object} usually
195 * Object}; {
[all...]

Completed in 237 milliseconds