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

Method checkBounds

core/src/processing/data/Table.java:4191–4194  ·  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

4189
4190 /** Throw an error if this entry is out of bounds. */
4191 protected void checkBounds(int row, int column) {
4192 checkRow(row);
4193 checkColumn(column);
4194 }
4195
4196
4197 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

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