1 | static void syncRemoveWhereFields(L l, O... params) { |
2 | if (l == null) ret; |
3 | synchronized(l) { |
4 | ListIterator it = listIterator(l); |
5 | while (it.hasNext()) |
6 | if (checkFields(it.next(), params)) |
7 | it.remove(); |
8 | } |
9 | } |
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: | #1016987 |
Snippet name: | syncRemoveWhereFields |
Eternal ID of this version: | #1016987/1 |
Text MD5: | 36a1523385d3c94e1fb73e184dff979f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-09 21:06:20 |
Source code size: | 236 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 344 / 385 |
Referenced in: | [show references] |