1 | static L standardFilesTable(L<File> files) { |
2 | new L data; |
3 | for (File f : files) |
4 | data.add(litorderedmap("Name", f.getName(), "Location", f.getParentFile().getAbsolutePath())); |
5 | ret data; |
6 | } |
Began life as a copy of #1003639
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: | #1003761 |
Snippet name: | standardFilesTable |
Eternal ID of this version: | #1003761/1 |
Text MD5: | 8da58da0d59582564627295a2d1d9fd7 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-07-26 22:20:37 |
Source code size: | 199 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 461 / 479 |
Referenced in: | [show references] |