static int popCount(int i) { ret Int.bitCount(i); } static int popCount(long l) { ret Long.bitCount(l); }