| |
|
| java.lang.Object java.lang.Thread org.geotools.util.WeakCollectionCleaner
WeakCollectionCleaner | final class WeakCollectionCleaner extends Thread (Code) | | A thread invoking
Reference.clear on each enqueded reference.
This is usefull only if
Reference subclasses has overridden
their
clear() method in order to perform some cleaning.
This thread is used by
WeakHashSet and
WeakValueHashMap ,
which remove their entry from the collection when
Reference.clear is invoked.
since: 2.0 version: $Id: WeakCollectionCleaner.java 27862 2007-11-12 19:51:19Z desruisseaux $ author: Martin Desruisseaux |
Method Summary | |
public void | run() Loop to be run during the virtual machine lifetime. |
run | public void run()(Code) | | Loop to be run during the virtual machine lifetime.
|
|
|
|