1 | static volatile ILister l_persistentLister_instance; |
2 | |
3 | static ILister l_persistentLister() { |
4 | if (l_persistentLister_instance == null) { |
5 | db(); |
6 | l_persistentLister_instance = uniq_sync(PersistentLister); |
7 | l_defaultLister(l_persistentLister_instance); |
8 | } |
9 | ret l_persistentLister_instance; |
10 | } |
11 | |
12 | static void l_persistentLister(ILister l) { |
13 | l_persistentLister_instance = l; |
14 | l_defaultLister(l); |
15 | } |
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: | #1009409 |
Snippet name: | l_persistentLister |
Eternal ID of this version: | #1009409/6 |
Text MD5: | ce0c51a5e60fcf262d43809f2f2c25ec |
Author: | stefan |
Category: | javax / lists |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-01 18:39:37 |
Source code size: | 418 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 516 / 551 |
Version history: | 5 change(s) |
Referenced in: | [show references] |