1 | static new LatestAppearance<S> thingsOnScreen_newestFirst_latestAppearance; |
2 | static Lock thingsOnScreen_newestFirst_lock = lock(); |
3 | |
4 | static L<S> thingsOnScreen_newestFirst() { |
5 | Set<S> things = thingsOnScreen(); |
6 | lock thingsOnScreen_newestFirst_lock; |
7 | ret thingsOnScreen_newestFirst_latestAppearance.recordAndSort(things); |
8 | } |
Began life as a copy of #1010713
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: | #1015107 |
Snippet name: | thingsOnScreen_newestFirst |
Eternal ID of this version: | #1015107/3 |
Text MD5: | 3d3cc3c4c455485d5b84a8c0d6862234 |
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 13:56:45 |
Source code size: | 331 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 403 / 431 |
Version history: | 2 change(s) |
Referenced in: | [show references] |