java.lang.ref
Class ReferenceQueue
java.lang.Object
java.lang.ref.ReferenceQueue
public class ReferenceQueue
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceQueue
public ReferenceQueue()
poll
public Reference poll()
remove
public Reference remove()
throws InterruptedException
- Throws:
InterruptedException
remove
public Reference remove(long var0)
throws IllegalArgumentException,
InterruptedException
- Throws:
IllegalArgumentException
InterruptedException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.