Libraryless. Click here for Pure Java version (2452L/16K).
static L<Char> printableASCIICharsList() { ret new RandomAccessAbstractList<Char> { public int size() { ret 128-32; } public Char get(int i) { ret (char) (32+i); } }; }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1028718 |
Snippet name: | printableASCIICharsList |
Eternal ID of this version: | #1028718/1 |
Text MD5: | 758974521c8311b7da1bf27f9d0d103b |
Transpilation MD5: | f4dfab607cb1a6dcd4bec9d1e6064c1f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-06 00:40:11 |
Source code size: | 185 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 167 / 241 |
Referenced in: | [show references] |