Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ next
Method
next
src/main/java/wycc/util/ArrayUtils.java:518–521 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
516
}
517
518
@Override
519
public
T next() {
520
return
items[index++];
521
}
522
523
};
524
}
Callers
3
execute
Method · 0.45
parseOptions
Method · 0.45
parseShortForm
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected