Package org.objectweb.speedo.pobjects.map

Examples of org.objectweb.speedo.pobjects.map.B


    final int NB_B = 10;
    final String IDX_PREFIX = "index2B";
    final String F1_PREFIX = "toto";
    pm = pmf.getPersistenceManager();
    for(int i=0; i<NB_B; i++) {
      a.add(IDX_PREFIX + i, new B(i, F1_PREFIX + i));
    }
    pm.close();

    //Clear the cache
    a = null; //permit the GC to garbage instances
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.pobjects.map.B

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.