Package org.jboss.util.collection

Examples of org.jboss.util.collection.SoftValueTreeMap


public class SoftRefVFSCache extends MapVFSCache
{
   @SuppressWarnings("unchecked")
   protected Map<String, VFSContext> createMap()
   {
      return new SoftValueTreeMap();
   }
View Full Code Here

TOP

Related Classes of org.jboss.util.collection.SoftValueTreeMap

Copyright © 2018 www.massapicom. 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.