Package java.lang.ref
Class ReferenceQueue
- java.lang.Object
-
- java.lang.ref.ReferenceQueue
-
public class ReferenceQueue extends Object
-
-
Constructor Summary
Constructors Constructor Description ReferenceQueue()
-
-
-
Method Detail
-
poll
public Reference poll()
-
remove
public Reference remove() throws InterruptedException
- Throws:
InterruptedException
-
remove
public Reference remove(long var0) throws IllegalArgumentException, InterruptedException
-
-