Package railo.commons.collection

Examples of railo.commons.collection.MapPro


   
   
   
   
    public int getType(){
      MapPro m = map;
      if(map instanceof SyncMap)
        m=((SyncMap)map).getMap();
     
      if(m instanceof LinkedHashMapPro) return TYPE_LINKED;
      if(m instanceof WeakHashMapPro) return TYPE_WEAKED;
View Full Code Here

TOP

Related Classes of railo.commons.collection.MapPro

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.