1 | static Set<S> usualJavaClassNames_set = asHashSet(javaTokC([[ |
2 | String Object Map List Integer Long Collection File Component JComponent JButton |
3 | JCheckBox Float JTextArea JTextComponent JFrame JPanel JInternalFrame |
4 | Number BigInteger Boolean Double Float |
5 | ]])); |
6 | |
7 | static Set<S> usualJavaClassNames() {
|
8 | ret usualJavaClassNames_set; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1015562 |
| Snippet name: | usualJavaClassNames - typically used SDK class names, you can refer to this as e.g. just O instead of O.class |
| Eternal ID of this version: | #1015562/15 |
| Text MD5: | 40427fc3eade81718112a6448cd820c2 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-02-03 09:45:54 |
| Source code size: | 343 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 732 / 794 |
| Version history: | 14 change(s) |
| Referenced in: | [show references] |