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

Method nextIndex

classpath/java/util/EnumSet.java:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 }
150
151 private int nextIndex() {
152 return bitset.nextSetBit(currentIndex);
153 }
154 }
155}

Callers 2

nextMethod · 0.95
hasNextMethod · 0.95

Calls 1

nextSetBitMethod · 0.80

Tested by

no test coverage detected