203204205206207208209210211212213
BATManaged bmo = ( BATManaged ) iter.next(); int block_count = bmo.countBlocks(); if (block_count != 0) { bmo.setStartBlock(bat.allocateSpace(block_count)); } else { // Either the BATManaged object is empty or its data
240241242243244245246247248249250
339340341342343344345346347348349
331332333334335336337338339340341
336337338339340341342343344345346
204205206207208209210211212213214
343344345346347348349350351352353