static Map<S, Long> conceptFileSizesByProgram() { new Map<S, Long> map; for (S programID : programsWithData()) { long l = conceptFileSize(programID); if (l != 0) map.put(programID, l); } ret mapSortedByValueDesc(map); }
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: | 492 / 566 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |