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

Method getRowMap

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

Source from the content-addressed store, hash-verified

4534
4535
4536 public Map<String, TableRow> getRowMap(String columnName) {
4537 int col = getColumnIndex(columnName);
4538 return (col == -1) ? null : getRowMap(col);
4539 }
4540
4541
4542 /**

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