| 1 | static Set<S> aggressivelyCollectPossibleMD5sInTextFile(File f) {
 | 
| 2 | new HashSet<S> md5s; | 
| 3 | aggressivelyCollectPossibleMD5sInTextFile(f, md5s); | 
| 4 | ret md5s; | 
| 5 | } | 
| 6 | |
| 7 | static void aggressivelyCollectPossibleMD5sInTextFile(File f, Set<S> out) {
 | 
| 8 | for (S s : linesFromFile(f)) | 
| 9 | aggressivelyCollectPossibleMD5s(s, out); | 
| 10 | } | 
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: | 626 / 673 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |