Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ hasNext
Method
hasNext
core/src/processing/data/FloatDict.java:208–210 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
206
}
207
208
public
boolean hasNext() {
209
return
index+1 < size();
210
}
211
};
212
}
213
Callers
nothing calls this directly
Calls
1
size
Method · 0.95
Tested by
no test coverage detected