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

Method nextClearBit

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

Source from the content-addressed store, hash-verified

206 }
207
208 public int nextClearBit(int fromIndex) {
209 return nextBit(fromIndex, true);
210 }
211
212 public int cardinality() {
213 int numSetBits = 0;

Callers 1

mainMethod · 0.95

Calls 1

nextBitMethod · 0.95

Tested by 1

mainMethod · 0.76