MCPcopy Create free account
hub / github.com/ReadyTalk/avian / wait

Method wait

classpath/java/lang/Object.java:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 public native String toString();
43
44 public final void wait() throws InterruptedException {
45 wait(0);
46 }
47
48 public native final void wait(long milliseconds) throws InterruptedException;
49

Callers 8

execMethod · 0.45
waitForMethod · 0.45
sleepMethod · 0.45
joinMethod · 0.45
blockTillNotFullMethod · 0.45
blockTillNotEmptyMethod · 0.45
getMethod · 0.45
timedWaitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected