Access flags | Type | Field name |
---|
Access flags | Return type | Method name | Arguments |
---|---|---|---|
public final native | Class | getClass | () |
public native | int | hashCode | () |
public | boolean | equals | (Object) |
protected native | Object | clone | () |
throws | CloneNotSupportedException | ||
public | String | toString | () |
public final native | void | notify | () |
public final native | void | notifyAll | () |
public final native | void | wait | (long) |
throws | InterruptedException | ||
public final | void | wait | (long, int) |
throws | InterruptedException | ||
public final | void | wait | () |
throws | InterruptedException | ||
protected | void | finalize | () |
throws | Throwable | ||
public | void | <init> | () |