Package | Description |
---|---|
java.lang | |
java.lang.ref |
Modifier and Type | Method and Description |
---|---|
void |
Thread.join() |
void |
Thread.join(long var0) |
void |
Thread.join(long var0,
int var1) |
static void |
Thread.sleep(long var0) |
static void |
Thread.sleep(long var0,
int var1) |
void |
Object.wait() |
void |
Object.wait(long var0) |
void |
Object.wait(long var0,
int var1) |
abstract int |
Process.waitFor() |
Modifier and Type | Method and Description |
---|---|
Reference |
ReferenceQueue.remove() |
Reference |
ReferenceQueue.remove(long var0) |
Copyright © 2006–2013 OSGi Alliance. All rights reserved.