Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ hasNext
Method
hasNext
src/main/java/wycc/util/ArrayUtils.java:513–516 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
511
return
new
Iterator<>() {
512
private
int
index = 0;
513
@Override
514
public
boolean hasNext() {
515
return
index < items.length;
516
}
517
518
@Override
519
public
T next() {
Callers
1
parseOptions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected