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/StringDict.java:223–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
221
}
222
223
public
boolean hasNext() {
224
return
index+1 < size();
225
}
226
};
227
}
228
Callers
nothing calls this directly
Calls
1
size
Method · 0.95
Tested by
no test coverage detected