Libraryless. Click here for Pure Java version (3223L/20K).
1 | static SS parseColonEqualsProperties_tlftj(S text) {
|
2 | ret parseColonEqualsProperties_tlftj(text, new LinkedHashMap); |
3 | } |
4 | |
5 | static SS parseColonEqualsProperties_tlftj(S text, SS map) {
|
6 | for (S s : tlftj(text)) {
|
7 | PairS p = tok_splitAtColonEquals_pair(s); |
8 | if (p != null) |
9 | mapPut(map, p); |
10 | } |
11 | ret map; |
12 | } |
Began life as a copy of #1020412
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028163 |
| Snippet name: | parseColonEqualsProperties_tlftj |
| Eternal ID of this version: | #1028163/4 |
| Text MD5: | 4dc7005da882e3f95e61053cc8bf4b78 |
| Transpilation MD5: | e71cc9bab99746dc334e76b9dc106514 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-23 20:05:39 |
| Source code size: | 324 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 378 / 535 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |