Libraryless. Click here for Pure Java version (55L/1K).
1 | static Map<S, Class> parsePrimitiveType_map = litmap( |
2 | "int" := int.class, |
3 | "char" := char.class, |
4 | "byte" := byte.class, |
5 | "short" := short.class, |
6 | "long" := long.class, |
7 | "float" := float.class, |
8 | "double" := double.class, |
9 | "bool" := bool.class); |
10 | |
11 | static Class parsePrimitiveType(S s) { |
12 | ret parsePrimitiveType_map.get(s); |
13 | } |
Began life as a copy of #1029184
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035079 |
Snippet name: | parsePrimitiveType |
Eternal ID of this version: | #1035079/3 |
Text MD5: | 5a5559107ea00b73516dedbe1aa89ad0 |
Transpilation MD5: | db928f8426ed3e4e306dc7f006d0ab32 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-29 17:32:56 |
Source code size: | 343 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 187 / 240 |
Version history: | 2 change(s) |
Referenced in: | [show references] |