Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
cardinality
Method · 0.95
nextIndex
Method · 0.80
Calls
1
nextBit
Method · 0.95
Tested by
1
main
Method · 0.76