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

9
LINES

< > BotCompany Repo | #1018086 // getMCThreadLocals

JavaX fragment (include)

static Map<S, O> getMCThreadLocals(Collection<S> names) {
  new HashMap<S, O> map;
  for (S name : names) {
    O var = getOptMC(name);
    if (var cast ThreadLocal)
      map.put(name, var!);
  }
  ret map;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018086
Snippet name: getMCThreadLocals
Eternal ID of this version: #1018086/2
Text MD5: f4da1a5e0e7fec487df87a8aee26c94c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-29 18:36:39
Source code size: 217 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 304 / 335
Version history: 1 change(s)
Referenced in: [show references]