BitSet.andNot

Clears all of the bits in this {@code BitSet} whose corresponding bit is set in the specified {@code BitSet}.

@param set the {@code BitSet} with which to mask this {@code BitSet}

class BitSet
void
andNot

Meta