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

Method getInt

core/src/processing/data/Table.java:2768–2770  ·  view source on GitHub ↗
(int column)

Source from the content-addressed store, hash-verified

2766 }
2767
2768 public int getInt(int column) {
2769 return table.getInt(row, column);
2770 }
2771
2772 public int getInt(String columnName) {
2773 return table.getInt(row, columnName);

Callers

nothing calls this directly

Calls 1

getIntMethod · 0.65

Tested by

no test coverage detected