(String columnName)
| 4475 | |
| 4476 | |
| 4477 | public FloatList getFloatList(String columnName) { |
| 4478 | return new FloatList(getFloatColumn(columnName)); |
| 4479 | } |
| 4480 | |
| 4481 | |
| 4482 | public FloatList getFloatList(int column) { |
nothing calls this directly
no test coverage detected