1 | static volatile ILister l_defaultLister_instance; |
2 | static Lock l_defaultLister_lock = new ReentrantLock; |
3 | |
4 | static ILister l_defaultLister() { |
5 | lock l_defaultLister_lock; |
6 | if (l_defaultLister_instance == null) |
7 | l_defaultLister_instance = unlisted(PersistentLister); |
8 | ret l_defaultLister_instance; |
9 | } |
10 | |
11 | static void l_defaultLister(ILister l) { |
12 | lock l_defaultLister_lock; |
13 | l_defaultLister_instance = l; |
14 | } |
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: | #1009398 |
Snippet name: | l_defaultLister |
Eternal ID of this version: | #1009398/4 |
Text MD5: | 411d22e977da87ddb471192bc16a3e02 |
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:15:26 |
Source code size: | 419 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 479 / 521 |
Version history: | 3 change(s) |
Referenced in: | [show references] |