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

Method size

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

Source from the content-addressed store, hash-verified

4328 Sort s = new Sort() {
4329
4330 @Override
4331 public int size() {
4332 return getRowCount();
4333 }
4334
4335 @Override
4336 public int compare(int index1, int index2) {

Callers 3

indexMethod · 0.45
setCategoryMethod · 0.45
sizeMethod · 0.45

Calls 1

getRowCountMethod · 0.95

Tested by

no test coverage detected