Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ next
Method
next
chapter18/src/main/java/com/seaofnodes/simple/Ary.java:164–164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
162
int
_i=0;
163
@Override
public
boolean hasNext() {
return
_i<_len; }
164
@Override
public
E next() {
return
_es[_i++]; }
165
}
166
167
@Override
public
String toString() {
Callers
3
evaluate
Method · 0.45
_t
Function · 0.45
d3.v7.min.js
File · 0.45
Calls
no outgoing calls
Tested by
1
evaluate
Method · 0.36