MCPcopy Index your code
hub / github.com/benfry/processing4 / size

Method size

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

Source from the content-addressed store, hash-verified

4427 Sort s = new Sort() {
4428
4429 @Override
4430 public int size() {
4431 return getRowCount();
4432 }
4433
4434 @Override
4435 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