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

Method hasNext

core/src/processing/data/FloatDict.java:203–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 }
202
203 public boolean hasNext() {
204 return index+1 < size();
205 }
206 };
207 }
208

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected