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

Method size

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

Returns the number of bits of space actually in use by this BitSet to represent bit values. The maximum element in the set is the size - 1st element. @return the number of bits currently in this bit set

()

Source from the content-addressed store, hash-verified

334 * @return the number of bits currently in this bit set
335 */
336 int size();
337
338 /**
339 * Returns the number of bits set to {@code true} in this {@code BitSet}.

Callers 15

testRandomOrMethod · 0.95
compareMainMethodMethod · 0.65
compareJClassMethod · 0.65
compareIRMethod · 0.65
testOuterMethod · 0.65
examineJClassMethod · 0.65
testUnionNormalMethod · 0.65
testIntersectNormalMethod · 0.65
testPutMethod · 0.65
testKeySetMethod · 0.65
testKeySetNMethod · 0.65
testKeySetIteratorMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

testRandomOrMethod · 0.76
compareMainMethodMethod · 0.52
compareJClassMethod · 0.52
compareIRMethod · 0.52
testOuterMethod · 0.52
examineJClassMethod · 0.52
testUnionNormalMethod · 0.52
testIntersectNormalMethod · 0.52
testPutMethod · 0.52
testKeySetMethod · 0.52
testKeySetNMethod · 0.52
testKeySetIteratorMethod · 0.52