public class ReferenceQueue extends Object
Constructor and Description |
---|
ReferenceQueue()
Default constructor: create an empty queue.
|
public ReferenceQueue()
public Reference poll()
public Reference remove(long timeout) throws IllegalArgumentException, InterruptedException
public Reference remove() throws InterruptedException
InterruptedException