static L> rawTableData(JTable t) { int n = tableRows(t); new L l; for (int i = 0; i < n; i++) l.add(rawTableLineAsMap(t, i)); ret l; }