A container class to hold a list of array of images that have been identified as requiring disposal. This class was added to ensure that if the image cache's dispose method is called while the cleaner thread is in the process of cleaning images, stopping the thread will not prevent those images from being disposed. They will be disposed by the image cache's dispose method.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.