(String columnName)
| 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 | /** |
nothing calls this directly
no test coverage detected