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

10
LINES

< > BotCompany Repo | #1013368 // syncSymbolMap - Map with symbols as keys - synchronized (dev.)

JavaX fragment (include)

ifndef SymbolAsString
static <A> Map<Symbol, A> syncSymbolMap() {
  ret syncTreeMap();
}
endifndef
ifdef SymbolAsString
static <A> SyncListMultiMap<Symbol, A> syncSymbolMap() {
  ret syncCaseInsensitiveMap();
}
endifdef

Author comment

Began life as a copy of #1012693

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: #1013368
Snippet name: syncSymbolMap - Map with symbols as keys - synchronized (dev.)
Eternal ID of this version: #1013368/3
Text MD5: 75ee15e31dc7bf9d12f127b87ed49802
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-03 07:05:15
Source code size: 228 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 341 / 361
Version history: 2 change(s)
Referenced in: [show references]