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

Method clear

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

Sets the bit specified by the index to false. @param bitIndex the index of the bit to be cleared @return true if this BitSet changed as a result of the call @throws IndexOutOfBoundsException if the specified index is negative

(int bitIndex)

Source from the content-addressed store, hash-verified

71 * @throws IndexOutOfBoundsException if the specified index is negative
72 */
73 boolean clear(int bitIndex);
74
75 /**
76 * Returns the value of the bit with the specified index. The value

Callers 15

testClearMethod · 0.95
testIntersectsMethod · 0.95
testContains3Method · 0.95
testClearOrMethod · 0.95
testKeySetNMethod · 0.65
testEqualsMethod · 0.65
testEntrySetMethod · 0.65
testTwoKeySetMethod · 0.65
testValuesMethod · 0.65
bug15Method · 0.65
randomMultiEntryMethod · 0.65
setRandomMultiEntryMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

testClearMethod · 0.76
testIntersectsMethod · 0.76
testContains3Method · 0.76
testClearOrMethod · 0.76
testKeySetNMethod · 0.52
testEqualsMethod · 0.52
testEntrySetMethod · 0.52
testTwoKeySetMethod · 0.52
testValuesMethod · 0.52
bug15Method · 0.52
randomMultiEntryMethod · 0.52
setRandomMultiEntryMethod · 0.52