public class ReferenceQueue extends Object
| Constructor and Description |
|---|
ReferenceQueue() |
| Modifier and Type | Method and Description |
|---|---|
Reference |
poll() |
Reference |
remove() |
Reference |
remove(long var0) |
public Reference poll()
public Reference remove() throws InterruptedException
InterruptedExceptionpublic Reference remove(long var0) throws IllegalArgumentException, InterruptedException