Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ hasNext
Method
hasNext
classpath/java/util/BitSet.java:245–247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
}
244
245
public
boolean hasNext() {
246
return
currentPartitionOffset < numPartitionsToTraverse;
247
}
248
249
public
void
remove() {
250
throw
new
UnsupportedOperationException();
Callers
3
flip
Method · 0.95
set
Method · 0.95
clear
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected