Class CleanerThread.SoftReferenceCleared
java.lang.Object
java.lang.ref.Reference
java.lang.ref.SoftReference
org.apache.batik.util.CleanerThread.SoftReferenceCleared
- All Implemented Interfaces:
CleanerThread.ReferenceCleared
- Direct Known Subclasses:
AbstractDocument.IdSoftRef, BridgeContext.SoftReferenceMememto, DocumentLoader.DocumentState, SoftReferenceCache.SoftRefKey, TileMap.TileMapLRUMember.RasterSoftRef
- Enclosing class:
CleanerThread
public abstract static class CleanerThread.SoftReferenceCleared
extends SoftReference
implements CleanerThread.ReferenceCleared
A SoftReference subclass that automatically registers with
the cleaner ReferenceQueue.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SoftReference
getMethods inherited from class Reference
clear, clone, enqueue, isEnqueued, reachabilityFence, refersToMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CleanerThread.ReferenceCleared
cleared
-
Constructor Details
-
SoftReferenceCleared
-