Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ init
Method
init
core/src/processing/data/Table.java:266–270 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
264
265
266
protected
void
init() {
267
columns =
new
Object[0];
268
columnTypes =
new
int
[0];
269
columnCategories =
new
HashMapBlows[0];
270
}
271
272
273
/*
Callers
1
Table
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected