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