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

6
LINES

< > BotCompany Repo | #1005158 // makeBigIntArray (from L<S>)

JavaX fragment (include)

static BigInteger[] makeBigIntArray(List<String> in) {
  BigInteger[] big = new BigInteger[in.size()];
  for (int i = 0; i < in.size(); i++)
    big[i] = new BigInteger(in.get(i));
  return big;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005158
Snippet name: makeBigIntArray (from L<S>)
Eternal ID of this version: #1005158/1
Text MD5: 3815c8524d9ce9c0af55f8255afb6674
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-10-17 02:05:16
Source code size: 201 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 418 / 395
Referenced in: [show references]