Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1014183 // mechList_englishVerbs

JavaX fragment (include)

static Set<S> mechList_englishVerbs_cache;

static Set<S> mechList_englishVerbs() {
  Set<S> set = mechList_englishVerbs_cache;
  if (set == null)
    mechList_englishVerbs_cache = set = asCISet(mechList("Verbs"));
  ret set;
}

Author comment

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: 266 / 271
Referenced in: [show references]