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