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/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
size
Method · 0.95
Tested by
no test coverage detected