Libraryless. Click here for Pure Java version (4564L/25K).
1 | static Class classForNameOpt_noCache(S name) ctex { |
2 | try { |
3 | ret Class.forName(name); |
4 | } catch (ClassNotFoundException e) { null; } |
5 | } |
Began life as a copy of #1015400
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033985 |
Snippet name: | classForNameOpt_noCache - null if not found |
Eternal ID of this version: | #1033985/1 |
Text MD5: | 70c9151b56872ddb57a756c662c2313d |
Transpilation MD5: | 55c050d906140ef7335228d2a8093a6f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-15 06:10:52 |
Source code size: | 141 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 159 / 244 |
Referenced in: | [show references] |