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

Method setLong

core/src/processing/data/Table.java:2816–2818  ·  view source on GitHub ↗
(int column, long value)

Source from the content-addressed store, hash-verified

2814 }
2815
2816 public void setLong(int column, long value) {
2817 table.setLong(row, column, value);
2818 }
2819
2820 public void setLong(String columnName, long value) {
2821 table.setLong(row, columnName, value);

Callers

nothing calls this directly

Calls 1

setLongMethod · 0.65

Tested by

no test coverage detected