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

Method checkBounds

core/src/processing/data/Table.java:4290–4293  ·  view source on GitHub ↗

Throw an error if this entry is out of bounds.

(int row, int column)

Source from the content-addressed store, hash-verified

4288
4289 /** Throw an error if this entry is out of bounds. */
4290 protected void checkBounds(int row, int column) {
4291 checkRow(row);
4292 checkColumn(column);
4293 }
4294
4295
4296 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 5

getIntMethod · 0.95
getLongMethod · 0.95
getFloatMethod · 0.95
getDoubleMethod · 0.95
getStringMethod · 0.95

Calls 2

checkRowMethod · 0.95
checkColumnMethod · 0.95

Tested by

no test coverage detected