2526272829303132333435
long rowNum = 0; while(source.hasNext()) { final BurstMap row = source.next(); if(first) { boolean firstCol = true; for(final String ki: row.keySet()) { if(firstCol) { firstCol = false; } else { p.print(sep); }
3839404142434445464748
} p.println(); first = false; } boolean firstCol = true; for(final String ki: row.keySet()) { if(firstCol) { firstCol = false; } else { p.print(sep); }
2425262728293031323334
3738394041424344454647