static void removeFromMultiMapCI_sync(MultiMap<S, O> map, S key) { if (map == null) ret; synchronized(map.data) { for (S k : cloneList(keys(map.data))) if (eqic(key, k)) map.remove(k); } }
Began life as a copy of #1014348
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1016359 |
Snippet name: | removeFromMultiMapCI_sync |
Eternal ID of this version: | #1016359/2 |
Text MD5: | 82f8434e1caaae4ad58a1ef13ddd3410 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-16 14:46:30 |
Source code size: | 219 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 451 / 463 |
Version history: | 1 change(s) |
Referenced in: | [show references] |