static SS ciMapWithoutKeysEqualToValues(SS map) { if (map == null) null; SS map2 = ciMap(); for (S key, value : map) { if (!eqic(key, value)) map2.put(key, value); } ret map2; }
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: | 329 / 385 |
Version history: | 1 change(s) |
Referenced in: | [show references] |