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

Method get

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

Returns the value of the bit with the specified index. The value is true if the bit with the index bitIndex is currently set in this BitSet; otherwise, the result is false. @param bitIndex the bit index @return the value of the bit with the specified index @throws In

(int bitIndex)

Source from the content-addressed store, hash-verified

83 * @throws IndexOutOfBoundsException if the specified index is negative
84 */
85 boolean get(int bitIndex);
86
87 /**
88 * Sets the bit at the specified index to the complement of its

Callers 15

getRoutesFromZuulMethod · 0.65
onNewPointsToSetMethod · 0.65
onStartMethod · 0.65
visitMethod · 0.65
onNewPointsToSetMethod · 0.65
onNewPointsToSetMethod · 0.65
getOperationTypeMethod · 0.65
onNewPointsToSetMethod · 0.65
onStartMethod · 0.65
visitMethod · 0.65
visitMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected