Class ReplacementForObject
- java.lang.Object
-
- de.inetsoftware.jwebassembly.api.java.lang.ReplacementForObject
-
class ReplacementForObject extends java.lang.Object
Replacement methods for the class java.lang.Object.
-
-
Constructor Summary
Constructors Constructor Description ReplacementForObject()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static java.lang.Object
clone0()
Replacement forObject.clone()
(package private) static int
hashCode(java.lang.Object x)
Replacement forObject.hashCode()
void
notify0()
Replacement forObject.notify()
void
notifyAll0()
Replacement forObject.notifyAll()
private static void
registerNatives()
Replacement forObject.hashCode()
void
wait0(long timeout)
Replacement forObject.wait(long)
-
-
-
Method Detail
-
registerNatives
private static void registerNatives()
Replacement forObject.hashCode()
-
hashCode
static int hashCode(java.lang.Object x)
Replacement forObject.hashCode()
-
clone0
private static java.lang.Object 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)
-
-