MCPcopy 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

TableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected