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

7
LINES

< > BotCompany Repo | #1007226 // rawTableData - get table lines as raw maps

JavaX fragment (include)

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

Author comment

Began life as a copy of #1004261

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1007226
Snippet name: rawTableData - get table lines as raw maps
Eternal ID of this version: #1007226/2
Text MD5: 3b9d2a1f3ebb8e408dc81f9cd652a3a9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-12 15:26:52
Source code size: 162 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 448 / 498
Version history: 1 change(s)
Referenced in: [show references]