static L<Map<S, S>> getTableData(JTable t) { int n = tableRows(t); new L l; for (int i = 0; i < n; i++) l.add(getTableLineAsMap(t, i)); ret l; }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1004261 |
Snippet name: | getTableData - get table lines as maps |
Eternal ID of this version: | #1004261/1 |
Text MD5: | 0c56747ef479f2e9d24770175acf0db8 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-11 23:42:18 |
Source code size: | 162 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 576 / 542 |
Referenced in: | #1005993 - rawTableLines #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007226 - rawTableData - get table lines as raw maps |