Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
imageioWriter
Method · 0.45
JSONObject
Method · 0.45
writeInternal
Method · 0.45
undo
Method · 0.45
updateFlagged
Method · 0.45
remove
Method · 0.45
addLibReferencesToSubMenu
Method · 0.45
addToolReferencesToSubMenu
Method · 0.45
clearBreakpoints
Method · 0.45
buildIfNeeded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected