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

Method contains

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

Returns true if this BitSet contains all set bits in the specified BitSet. @param set bit set to be checked for containment in this set. @return boolean indicating whether this BitSet contains all set bits in the specified BitSet

(IBitSet set)

Source from the content-addressed store, hash-verified

195 * set bits in the specified {@code BitSet}
196 */
197 boolean contains(IBitSet set);
198
199 /**
200 * Performs a logical <b>AND</b> of this target bit set with the

Callers 15

testContainsMethod · 0.95
testContains2Method · 0.95
testContains3Method · 0.95
testSubclassesMethod · 0.65
testPTAMethod · 0.65
testMethod · 0.65
testMethod · 0.65
randomMultiEntryMethod · 0.65
testCombinedSetMethod · 0.65
testContainsMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 12

testContainsMethod · 0.76
testContains2Method · 0.76
testContains3Method · 0.76
testSubclassesMethod · 0.52
testPTAMethod · 0.52
testMethod · 0.52
testMethod · 0.52
randomMultiEntryMethod · 0.52
testCombinedSetMethod · 0.52
testContainsMethod · 0.52