All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.base.FinalizableReference.html Maven / Gradle / Ivy

There is a newer version: 11.0.1
Show newest version






FinalizableReference (Guava: Google Core Libraries for Java - release 05)














com.google.common.base
Interface FinalizableReference

All Known Implementing Classes:
FinalizablePhantomReference, FinalizableSoftReference, FinalizableWeakReference

public interface FinalizableReference

Implemented by references that have code to run after garbage collection of their referents.

Since:
2 (imported from Google Collections Library)
Author:
Bob Lee
See Also:
FinalizableReferenceQueue

Method Summary
 void finalizeReferent()
          Invoked on a background thread after the referent has been garbage collected unless security restrictions prevented starting a background thread, in which case this method is invoked when new references are created.
 

Method Detail

finalizeReferent

void finalizeReferent()
Invoked on a background thread after the referent has been garbage collected unless security restrictions prevented starting a background thread, in which case this method is invoked when new references are created.







© 2015 - 2024 Weber Informatics LLC | Privacy Policy