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

Method getInt

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

Source from the content-addressed store, hash-verified

2719 }
2720
2721 public int getInt(int column) {
2722 return table.getInt(row, column);
2723 }
2724
2725 public int getInt(String columnName) {
2726 return table.getInt(row, columnName);

Callers

nothing calls this directly

Calls 1

getIntMethod · 0.65

Tested by

no test coverage detected