Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1028718 // printableASCIICharsList

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2452L/16K).

1  
static L<Char> printableASCIICharsList() {
2  
  ret new RandomAccessAbstractList<Char> {
3  
    public int size() { ret 128-32; }
4  
    public Char get(int i) { ret (char) (32+i); }
5  
  };
6  
}

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: 101 / 151
Referenced in: [show references]