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 Object
clone0()
Replacement forObject.clone()
(package private) static int
Replacement forObject.hashCode()
final void
notify0()
Replacement forObject.notify()
final void
Replacement forObject.notifyAll()
private static void
Replacement forObject.hashCode()
final void
wait0
(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)
-