static void removeFromMapCI_sync(Map<S, O> map, S key) { if (map == null) ret; synchronized(getMutex(map)) { for (S k : cloneList(keys(map))) if (eqic(key, k)) map.remove(k); } }
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: | #1014348 |
Snippet name: | removeFromMapCI_sync |
Eternal ID of this version: | #1014348/4 |
Text MD5: | d504f8789995a8a20fe0b93b24a1d1b4 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-04-20 13:15:54 |
Source code size: | 209 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 404 / 441 |
Version history: | 3 change(s) |
Referenced in: | [show references] |