1 | static SS ciMapWithoutKeysEqualToValues(SS map) {
|
2 | if (map == null) null; |
3 | SS map2 = ciMap(); |
4 | for (S key, value : map) {
|
5 | if (!eqic(key, value)) |
6 | map2.put(key, value); |
7 | } |
8 | ret map2; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021258 |
| Snippet name: | ciMapWithoutKeysEqualToValues - uses eqic |
| Eternal ID of this version: | #1021258/2 |
| Text MD5: | 0b2405af1146d967fe0da3b177d15462 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-05 09:37:26 |
| Source code size: | 205 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 554 / 614 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |