static Set<S> aggressivelyCollectPossibleMD5sInTextFile(File f) { new HashSet<S> md5s; aggressivelyCollectPossibleMD5sInTextFile(f, md5s); ret md5s; } static void aggressivelyCollectPossibleMD5sInTextFile(File f, Set<S> out) { for (S s : linesFromFile(f)) aggressivelyCollectPossibleMD5s(s, out); }
Began life as a copy of #1015225
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: | #1015227 |
Snippet name: | aggressivelyCollectPossibleMD5sInTextFile |
Eternal ID of this version: | #1015227/3 |
Text MD5: | 9eddf95c398f6441c4d8cf249e3f2eb5 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-10 21:41:44 |
Source code size: | 320 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 404 / 431 |
Version history: | 2 change(s) |
Referenced in: | [show references] |