MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / next

Method next

chapter19/src/main/java/com/seaofnodes/simple/Ary.java:180–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 int _i=0;
179 @Override public boolean hasNext() { return _i<_len; }
180 @Override public E next() { return _es[_i++]; }
181 }
182
183 @Override public String toString() {

Callers 3

evaluateMethod · 0.45
_tFunction · 0.45
d3.v7.min.jsFile · 0.45

Calls

no outgoing calls

Tested by 1

evaluateMethod · 0.36