static int countBits(int i) { ret Integer.bitCount(i); }