MCPcopy Index your code
hub / github.com/processing/processing / hasNext

Method hasNext

core/src/processing/data/DoubleDict.java:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216 }
217
218 public boolean hasNext() {
219 return index+1 < size();
220 }
221 };
222 }
223

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected