1 | // name -> (text, parsed map) |
2 | static Map<S, Pair<S, MultiMap<S, Pair<S>>>> mechMultiMapPairsCI_cache = synchroMap(); |
3 | |
4 | static MultiMap<S, Pair<S>> mechMultiMapPairsCI(S listName) { |
5 | Pair<S, MultiMap<S, Pair<S>>> p = mechMultiMapPairsCI_cache.get(listName); |
6 | S text = mechList_opt_raw(listName); |
7 | if (p != null && eq(p.a, text)) ret p.b; |
8 | MultiMap<S, Pair<S>> map = toPairsCIMultiMap(parseDoubleArrowMultiMap(new MultiMap, tlft(text))); |
9 | p = pair(text, map); |
10 | mechMultiMapPairsCI_cache.put(listName, p); |
11 | ret p.b; |
12 | } |
Began life as a copy of #1016354
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1016464 |
Snippet name: | mechMultiMapPairsCI - mech list as case-insensitive "pairs" multimap (to allow CI lookup but preserve original spelling) |
Eternal ID of this version: | #1016464/3 |
Text MD5: | cf43f784617ca3321e8c4e3c6a2516bd |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-19 15:07:12 |
Source code size: | 531 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 382 / 426 |
Version history: | 2 change(s) |
Referenced in: | [show references] |