1 | static Map<S, O> ai_getOrCreateVars() {
|
2 | Map<S, O> map = ai_getVars(); |
3 | if (map == null) |
4 | ai_setVars(map = new HashMap); |
5 | ret map; |
6 | } |
Began life as a copy of #1012986
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013420 |
| Snippet name: | ai_getOrCreateVars |
| Eternal ID of this version: | #1013420/1 |
| Text MD5: | 9386935da4e8ea0dee35906a253f1ba4 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-06 06:14:40 |
| Source code size: | 143 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 652 / 644 |
| Referenced in: | [show references] |