public class Object
| Constructor and Description |
|---|
Object() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone() |
boolean |
equals(Object obj) |
Class |
getClass() |
int |
hashCode() |
void |
notify() |
void |
notifyAll() |
String |
toString() |
void |
wait() |
void |
wait(long timeout) |
void |
wait(long timeout,
int nanos) |
public boolean equals(Object obj)
public final Class getClass()
public int hashCode()
public final void notify()
public final void notifyAll()
public String toString()
public final void wait()
throws InterruptedException
InterruptedExceptionpublic final void wait(long timeout)
throws InterruptedException
InterruptedExceptionpublic final void wait(long timeout,
int nanos)
throws InterruptedException
InterruptedExceptionprotected Object clone()
Copyright © 2026. All rights reserved.