Quaqua 5.4.1 2009-07-14

Package ch.randelshofer.quaqua.ext.batik.util

Interface Summary
CleanerThread.ReferenceCleared If objects registered with the reference queue associated with this class implement this interface then the 'cleared' method will be called when the reference is queued.
 

Class Summary
CleanerThread One line Class Desc Complete Class Desc
CleanerThread.PhantomReferenceCleared A PhantomReference subclass that automatically registers with the cleaner ReferenceQueue.
CleanerThread.SoftReferenceCleared A SoftReference subclass that automatically registers with the cleaner ReferenceQueue.
CleanerThread.WeakReferenceCleared A WeakReference subclass that automatically registers with the cleaner ReferenceQueue.
DoublyLinkedList A simple Doubly Linked list class, designed to avoid O(n) behaviour on insert and delete.
DoublyLinkedList.Node Basic doubly linked list node interface.
HaltingThread This is a subclass of java.lang.Thread that includes a non-intrusive 'halt' method.
 


Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.