Libraryless. Click here for Pure Java version (2530L/16K).
1 | static Map<S, Int> listIndexCI(LS l) { |
2 | Map<S, Int> map = ciMap(); |
3 | for i over l: |
4 | map.put(l.get(i), i); |
5 | ret map; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1022842 |
Snippet name: | listIndexCI - create case-insensitive index for string list (as Map<S, Int>) |
Eternal ID of this version: | #1022842/3 |
Text MD5: | ef57840605e3bb9d2e7fca500f148dd9 |
Transpilation MD5: | f0c3093043e9957d9e92cd3c09fb3d3a |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-06-13 13:00:10 |
Source code size: | 127 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 255 / 351 |
Version history: | 2 change(s) |
Referenced in: | [show references] |