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