119120121122123124125126127128129
BPlusTree bpt = (BPlusTree)rIndex ; if ( false ) { System.out.println("---- Index structure") ; bpt.dump() ; } if ( true ) { System.out.println("---- Index contents") ; Iterator<Record> iter = bpt.iterator() ;