public class TObject extends Object
Constructor and Description |
---|
TObject() |
Modifier and Type | Method and Description |
---|---|
protected Object |
clone() |
boolean |
equals(Object obj) |
boolean |
equals0(TObject other) |
protected void |
finalize() |
TClass<?> |
getClass0() |
int |
hashCode() |
void |
notify0() |
void |
notifyAll0() |
String |
toString() |
void |
wait0() |
void |
wait0(long timeout) |
void |
waitImpl(long timeout,
int nanos,
org.teavm.interop.AsyncCallback<Void> callback) |
public final TClass<?> getClass0()
public boolean equals0(TObject other)
protected Object clone() throws TCloneNotSupportedException
clone
in class Object
TCloneNotSupportedException
public final void notify0()
public final void notifyAll0()
public final void wait0(long timeout) throws TInterruptedException
TInterruptedException
public final void waitImpl(long timeout, int nanos, org.teavm.interop.AsyncCallback<Void> callback)
public final void wait0() throws TInterruptedException
TInterruptedException
protected void finalize() throws TThrowable
finalize
in class Object
TThrowable
Copyright © 2019. All rights reserved.