MCPcopy Create free account
hub / github.com/benfry/processing4 / hasNext

Method hasNext

core/src/processing/data/IntDict.java:204–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected