Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ StringDict
Method
StringDict
core/src/processing/data/StringDict.java:30–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
30
public
StringDict() {
31
count = 0;
32
keys =
new
String[10];
33
values =
new
String[10];
34
}
35
36
37
/**
Callers
nothing calls this directly
Calls
10
loadStrings
Method · 0.95
split
Method · 0.95
fromRange
Method · 0.95
set
Method · 0.95
crop
Method · 0.95
getColumnCount
Method · 0.65
getColumnTitles
Method · 0.65
getString
Method · 0.65
put
Method · 0.45
array
Method · 0.45
Tested by
no test coverage detected