326327328329330331332333334335336
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
239240241242243244245246247248249