Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ crop
Method
crop
core/src/processing/data/StringDict.java:238–243 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
237
238
protected
void
crop() {
239
if
(count != keys.length) {
240
keys = PApplet.subset(keys, 0, count);
241
values = PApplet.subset(values, 0, count);
242
}
243
}
244
245
246
public
Iterable<String> keys() {
Callers
3
StringDict
Method · 0.95
keyArray
Method · 0.95
valueArray
Method · 0.95
Calls
1
subset
Method · 0.95
Tested by
no test coverage detected