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

9
LINES

< > BotCompany Repo | #1027718 // parseIntOr0 - synonym of parseInt

JavaX fragment (include)

1  
static int parseIntOr0(S s) {
2  
  ret parseInt(s);
3  
}
4  
5  
6  
7  
static int parseIntOr0(char c) {
8  
  ret parseInt(c);
9  
}

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: #1027718
Snippet name: parseIntOr0 - synonym of parseInt
Eternal ID of this version: #1027718/1
Text MD5: e16b524a5f5808e507d2d2220826c7c7
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-05 00:15:11
Source code size: 109 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 108 / 129
Referenced in: [show references]