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

7
LINES

< > BotCompany Repo | #1024473 // intsThatJVMCaches

JavaX fragment (include)

static L<Int> intsThatJVMCaches() {
  new L<Int> l;
  for (int i = -1024; i <= 1024; i++)
    if (Int.valueOf(i) == Int.valueOf(i))
      l.add(i);
  ret l;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024473
Snippet name: intsThatJVMCaches
Eternal ID of this version: #1024473/1
Text MD5: a71043f642f0b630cee67d74409fb875
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-13 17:10:38
Source code size: 164 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 124 / 152
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)