1 | static <A, B> void deleteKeysNotIn(Map<A, B> map, Set<A> set) { |
2 | for (A key : cloneList(keys(map))) |
3 | if (!set.contains(key)) |
4 | map.remove(key); |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1009859 |
Snippet name: | deleteKeysNotIn |
Eternal ID of this version: | #1009859/1 |
Text MD5: | f643c093d6000f4238f29cf3750ca7de |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-22 00:03:08 |
Source code size: | 157 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 371 / 417 |
Referenced in: | [show references] |