Package com.db4o.internal.btree

Examples of com.db4o.internal.btree.BTree


        // overridden in YapObjectCarrier to do nothing
        classCollection().initTables(1);
    }
   
    public final BTree createBTreeClassIndex(int id){
        return new BTree(i_trans, id, new IDHandler(this));
    }
View Full Code Here

TOP

Related Classes of com.db4o.internal.btree.BTree

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.