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

Method getRowMap

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

Source from the content-addressed store, hash-verified

4633
4634
4635 public Map<String, TableRow> getRowMap(String columnName) {
4636 int col = getColumnIndex(columnName);
4637 return (col == -1) ? null : getRowMap(col);
4638 }
4639
4640
4641 /**

Callers

nothing calls this directly

Calls 4

getColumnIndexMethod · 0.95
getRowCountMethod · 0.95
getStringMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected