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

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

Introduction

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

The text is from its open source code.

Constructor

SoftReference(T referent)
Creates a new soft reference that refers to the given object.
SoftReference(T referent, ReferenceQueue q)
Creates a new soft reference that refers to the given object and is registered with the given queue.

Method

Tget()
Returns this reference object's referent.