Java java.lang.ref ReferenceQueue fields, constructors, methods, implement or subclass

Example usage for Java java.lang.ref ReferenceQueue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.ref ReferenceQueue.

The text is from its open source code.

Constructor

ReferenceQueue()
Constructs a new reference-object queue.

Method

Referencepoll()
Polls this queue to see if a reference object is available.
Referenceremove()
Removes the next reference object in this queue, blocking until one becomes available.