Libraryless. Click here for Pure Java version (7685L/44K).
1 | static SS standardClassesMap_uncached() { |
2 | new SS map; |
3 | for (S snippetID : standardClassesSnippetIDs()) |
4 | for (S line : tlft_j(loadSnippet(snippetID))) { |
5 | int idx = line.indexOf('/'); |
6 | map.put(takeFirst(idx, line), substring(line, idx+1)); |
7 | } |
8 | ret map; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1015883 |
Snippet name: | standardClassesMap_uncached |
Eternal ID of this version: | #1015883/3 |
Text MD5: | 89e6a0a31cb45e54db286af7dc75acc6 |
Transpilation MD5: | 0026d70586248cfc2c5c212d1bd88bb8 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-25 18:11:56 |
Source code size: | 280 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 421 / 497 |
Version history: | 2 change(s) |
Referenced in: | [show references] |