1 | static S shortClassName(O o) {
|
2 | if (o == null) ret null; |
3 | Class c = o instanceof Class ? (Class) o : o.getClass(); |
4 | S name = c.getName(); |
5 | ret shortenClassName(name); |
6 | } |
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: | #1004815 |
| Snippet name: | shortClassName |
| Eternal ID of this version: | #1004815/1 |
| Text MD5: | eae1122b7cbfd618d7badb36d7a72645 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-10-26 16:43:18 |
| Source code size: | 177 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1456 / 1713 |
| Referenced in: | [show references] |