static Map<S, File> indexFilesByName(Iterable<File> files) { new Map<S, File> map; for (File f : unnull(files)) if (f != null) map.put(f.getName(), f); ret map; }
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: | #1016052 |
Snippet name: | indexFilesByName |
Eternal ID of this version: | #1016052/1 |
Text MD5: | 7ac3e09e0d2733b9c192880de2881420 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-04 12:30:55 |
Source code size: | 177 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 375 / 394 |
Referenced in: | [show references] |