Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1004261 // getTableData - get table lines as maps

JavaX fragment (include)

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: 499 / 469
Referenced in: [show references]