1 | static Map<S, Long> conceptFileSizesByProgram() { |
2 | new Map<S, Long> map; |
3 | for (S programID : programsWithData()) { |
4 | long l = conceptFileSize(programID); |
5 | if (l != 0) map.put(programID, l); |
6 | } |
7 | ret mapSortedByValueDesc(map); |
8 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020814 |
Snippet name: | conceptFileSizesByProgram - biggest first |
Eternal ID of this version: | #1020814/4 |
Text MD5: | f5f7844df60f45d0a2d69adb641dfc5c |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-22 12:19:34 |
Source code size: | 242 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 266 / 329 |
Version history: | 3 change(s) |
Referenced in: | [show references] |