1 | static Set<S> thingsOnScreenMap2_md5s; |
2 | |
3 | static MultiMap<S, Rect> thingsOnScreenMap2() { |
4 | L<RectAndMD5> segments = segmentedScreenFromCacheFile(); |
5 | if (segments == null) null; |
6 | new MultiMap<S, Rect> map; |
7 | SS comments = thingsOnScreenDefinitions(); |
8 | new HashSet<S> md5s; |
9 | for (RectAndMD5 r : segments) { |
10 | md5s.add(r.md5); |
11 | putIfKeyNempty(map, comments.get(r.md5), r.r); |
12 | } |
13 | thingsOnScreenMap2_md5s = md5s; |
14 | ret map; |
15 | } |
Began life as a copy of #1010722
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: | #1015124 |
Snippet name: | thingsOnScreenMap2 |
Eternal ID of this version: | #1015124/6 |
Text MD5: | e18e143700b603d6a01d585f7117367c |
Author: | stefan |
Category: | javax / ocr |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-08 15:10:52 |
Source code size: | 444 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 351 / 386 |
Version history: | 5 change(s) |
Referenced in: | [show references] |