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

Method getIntList

core/src/processing/data/Table.java:4467–4469  ·  view source on GitHub ↗
(String columnName)

Source from the content-addressed store, hash-verified

4465
4466
4467 public IntList getIntList(String columnName) {
4468 return new IntList(getIntColumn(columnName));
4469 }
4470
4471
4472 public IntList getIntList(int column) {

Callers

nothing calls this directly

Calls 1

getIntColumnMethod · 0.95

Tested by

no test coverage detected