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

Method length

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

Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one. Returns zero if the BitSet contains no set bits. @return the logical size of this BitSet

()

Source from the content-addressed store, hash-verified

325 * @return the logical size of this {@code BitSet}
326 */
327 int length();
328
329 /**
330 * Returns the number of bits of space actually in use by this

Callers 15

taintCharArrayVarMethod · 0.65
taintCharArrayFieldMethod · 0.65
transferMethod · 0.65
onNewPointsToSetMethod · 0.65
countOccurrencesMethod · 0.65
isOnlyPercentSMethod · 0.65
processXMLMapperMethod · 0.65
getEndpointsMethod · 0.65
getRouteStringMethod · 0.65
getMappingsMethod · 0.65
joinMappingMethod · 0.65
getFieldNameOfMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 3

taintCharArrayVarMethod · 0.52
taintCharArrayFieldMethod · 0.52
transferMethod · 0.52