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

Method and

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

Performs a logical AND of this target bit set with the argument bit set. This bit set is modified so that each bit in it has the value true if and only if it both initially had the value true and the corresponding bit in the bit set argument also had the value true. @

(IBitSet set)

Source from the content-addressed store, hash-verified

207 * @return {@code true} if this bit set changed as a result of the call
208 */
209 boolean and(IBitSet set);
210
211 /**
212 * Clears all of the bits in this {@code BitSet} whose corresponding

Callers 2

testAndMethod · 0.95
retainAllMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

testAndMethod · 0.76