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

Method intersects

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

Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet. @param set BitSet to intersect with @return boolean indicating whether this BitSet intersects the specified BitSet

(IBitSet set)

Source from the content-addressed store, hash-verified

175 * the specified {@code BitSet}
176 */
177 boolean intersects(IBitSet set);
178
179 /**
180 * Returns {@code false} if the specified {@code BitSet} has any bits set to

Callers 4

testIntersectsMethod · 0.95
intersectsMethod · 0.65
hasOverlapWithMethod · 0.65
intersectsMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

testIntersectsMethod · 0.76