1 | ifndef SymbolAsString |
2 | static <A> Map<Symbol, A> syncSymbolMap() {
|
3 | ret syncTreeMap(); |
4 | } |
5 | endifndef |
6 | ifdef SymbolAsString |
7 | static <A> SyncListMultiMap<Symbol, A> syncSymbolMap() {
|
8 | ret syncCaseInsensitiveMap(); |
9 | } |
10 | endifdef |
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: | 625 / 657 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |