MCPcopy Create free account
hub / github.com/ReadyTalk/avian / nextSetBit

Method nextSetBit

classpath/java/util/BitSet.java:177–179  ·  view source on GitHub ↗
(int fromIndex)

Source from the content-addressed store, hash-verified

175 }
176
177 public int nextSetBit(int fromIndex) {
178 return nextBit(fromIndex, false);
179 }
180
181 private int nextBit(int fromIndex, boolean bitClear) {
182 int pos = longPosition(fromIndex);

Callers 3

mainMethod · 0.95
cardinalityMethod · 0.95
nextIndexMethod · 0.80

Calls 1

nextBitMethod · 0.95

Tested by 1

mainMethod · 0.76