MCPcopy Create free account
hub / github.com/LFYSec/MScan / andNot

Method andNot

src/main/java/pascal/taie/util/collection/IBitSet.java:218–218  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 4

testAndNotMethod · 0.95
andNotMethod · 0.65
removeAllMethod · 0.65
andNotMethod · 0.65

Implementers 1

AbstractBitSetsrc/main/java/pascal/taie/util/collect

Calls

no outgoing calls

Tested by 1

testAndNotMethod · 0.76