1 | static Map<S, L<T3<S>>> parseGoogleLog() {
|
2 | Map<S, L<T3<S>>> out = new HashMap; |
3 | for (Map map : scanMapLog(googleLog())) |
4 | out.put((S) map.get("query"), (L) map.get("results"));
|
5 | ret out; |
6 | } |
Began life as a copy of #1015886
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: | #1015887 |
| Snippet name: | parseGoogleLog |
| Eternal ID of this version: | #1015887/2 |
| Text MD5: | cc71c0d7f2e70dc96b9a53407d151bc4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-29 17:24:08 |
| Source code size: | 199 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 702 / 716 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |