sbool bitMatrixRowEmpty(BitMatrix m, int y) { int w = m.getWidth(); for x to w: if (m.get(x, y)) false; true; }