static <A, B> void deleteKeysNotIn(Map<A, B> map, Set<A> set) { for (A key : cloneList(keys(map))) if (!set.contains(key)) map.remove(key); }
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: | 370 / 415 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |