1 | static Set<S> mechList_englishVerbs_cache; |
2 | |
3 | static Set<S> mechList_englishVerbs() { |
4 | Set<S> set = mechList_englishVerbs_cache; |
5 | if (set == null) |
6 | mechList_englishVerbs_cache = set = asCISet(mechList("Verbs")); |
7 | ret set; |
8 | } |
Began life as a copy of #1014182
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: | #1014183 |
Snippet name: | mechList_englishVerbs |
Eternal ID of this version: | #1014183/1 |
Text MD5: | 94be696ed10ffc1d447b7746e8e53507 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-04-15 15:17:11 |
Source code size: | 234 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 338 / 342 |
Referenced in: | [show references] |