BitSet « java.util « Java by API






1.new BitSet(int size)
2.BitSet: and(BitSet anotherBitSet)
3.BitSet: andNot(BitSet set)
4.BitSet: clone()
5.BitSet: get(int bitIndex)
6.BitSet: length()
7.BitSet: or(BitSet anotherBitSet)
8.BitSet: set(int bitIndex)
9.BitSet: size()








10.BitSet: xor(BitSet anotherBitSet)