(String columnName)
| 4574 | |
| 4575 | |
| 4576 | public FloatList getFloatList(String columnName) { |
| 4577 | return new FloatList(getFloatColumn(columnName)); |
| 4578 | } |
| 4579 | |
| 4580 | |
| 4581 | public FloatList getFloatList(int column) { |
nothing calls this directly
no test coverage detected