Class ReplacementForObject
java.lang.Object
de.inetsoftware.jwebassembly.api.java.lang.ReplacementForObject
Replacement methods for the class java.lang.Object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Objectclone0()Replacement forObject.clone()(package private) static intReplacement forObject.hashCode()final voidnotify0()Replacement forObject.notify()final voidReplacement forObject.notifyAll()private static voidReplacement forObject.hashCode()final voidwait0(long timeout) Replacement forObject.wait(long)
-
Constructor Details
-
ReplacementForObject
ReplacementForObject()
-
-
Method Details
-
registerNatives
private static void registerNatives()Replacement forObject.hashCode() -
hashCode
Replacement forObject.hashCode() -
clone0
Replacement forObject.clone() -
notify0
public final void notify0()Replacement forObject.notify() -
notifyAll0
public final void notifyAll0()Replacement forObject.notifyAll() -
wait0
public final void wait0(long timeout) Replacement forObject.wait(long)
-