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

Method hasNext

core/src/processing/data/IntList.java:761–763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

759 }
760
761 public boolean hasNext() {
762 return index+1 < count;
763 }
764 };
765 }
766

Callers 10

imageioWriterMethod · 0.45
JSONObjectMethod · 0.45
writeInternalMethod · 0.45
undoMethod · 0.45
updateFlaggedMethod · 0.45
removeMethod · 0.45
clearBreakpointsMethod · 0.45
buildIfNeededMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected