Package com.l2client.controller.area

Examples of com.l2client.controller.area.Tile$NavAsset


   * @param args
   */
  public static void main(String[] args) {
    //set the cache drastically low
    navMan.setCacheSize(10);
    Tile t = new Tile(9999, 9999);
    int code = t.hashCode();
    System.gc();
    long sTot, sFree, sMax;
    long dTot, dFree;
    sTot = Runtime.getRuntime().totalMemory();
    sFree = Runtime.getRuntime().freeMemory();
View Full Code Here

TOP

Related Classes of com.l2client.controller.area.Tile$NavAsset

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.