Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet. @param set the BitSet with which to mask this BitSet @return true if this bit set changed as a result of the call
(IBitSet set)
| 216 | * @return {@code true} if this bit set changed as a result of the call |
| 217 | */ |
| 218 | boolean andNot(IBitSet set); |
| 219 | |
| 220 | /** |
| 221 | * Performs a logical <b>OR</b> of this bit set with the bit set |
no outgoing calls