Package net.sf.jiga.xtended.kernel.SpritesCacheManager

Examples of net.sf.jiga.xtended.kernel.SpritesCacheManager.SoftValue.enqueue()


                public void clear() {
                        if (enqueueClear) {
                                Object o = get();
                                if (o != null) {
                                        SoftValue sClear = new SoftValue(o, key, false);
                                        sClear.enqueue();
                                }
                        }
                        super.clear();
                }
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
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.