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/LongDict.java:202–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
}
201
202
public
boolean hasNext() {
203
return
index+1 < size();
204
}
205
};
206
}
207
Callers
nothing calls this directly
Calls
1
size
Method · 0.95
Tested by
no test coverage detected