Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
next
Method · 0.95
hasNext
Method · 0.95
Calls
1
nextSetBit
Method · 0.80
Tested by
no test coverage detected