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
InterruptedException
public Reference remove(long var0) throws IllegalArgumentException, InterruptedException
Copyright © 2006–2019 OSGi Alliance. All rights reserved.