MCPcopy Index your code
hub / github.com/processing/processing / size

Method size

core/src/processing/data/Table.java:4239–4241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4237 }
4238
4239 int size() {
4240 return dataToIndex.size();
4241 }
4242
4243 void write(DataOutputStream output) throws IOException {
4244 output.writeInt(size());

Callers 2

hasCategoryMethod · 0.95
writeMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected