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

Method orDiff

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

Performs a logical OR of this bit set with the bit set argument, computes and returns the difference set between given bit set and this set (before performing logical OR ). @param set a bit set. @return a new bit set of bit values that are present in the bit set argument and were absen

(IBitSet set)

Source from the content-addressed store, hash-verified

239 * argument and were absent in this bit set before.
240 */
241 IBitSet orDiff(IBitSet set);
242
243 /**
244 * Performs a logical <b>XOR</b> of this bit set with the bit set

Callers 4

testOrDiffMethod · 0.95
orDiffMethod · 0.65
addAllDiffMethod · 0.65
orDiffMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

testOrDiffMethod · 0.76