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