static bool getBit(BitSet b, int bit) { ret b.get(bit); }