// name -> (name, parsed map) static Map<S, Pair<S, MultiMap<S>>> mechReversedMultiMapCI_cache = synchroMap(); static MultiMap<S> mechReversedMultiMapCI(S listName) { Pair<S, MultiMap<S>> p = mechReversedMultiMapCI_cache.get(listName); S text = mechList_opt_raw(listName); if (p != null && eq(p.a, text)) ret p.b; MultiMap<S> map = reverseMultiMapCI(parseDoubleArrowMultiMap(new MultiMap, tlft(text))); p = pair(text, map); mechReversedMultiMapCI_cache.put(listName, p); ret p.b; }
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: | #1016376 | 
| Snippet name: | mechReversedMultiMapCI - mech list as reversed case-insensitive multimap | 
| Eternal ID of this version: | #1016376/4 | 
| Text MD5: | c87ae35aeea5b473dc48d83a79e473ad | 
| 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-16 17:23:01 | 
| Source code size: | 507 bytes / 12 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 573 / 630 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |