Libraryless. Click here for Pure Java version (87L/1K).
svoid removeAllIC_useIterator(LS l, S s) { if (l == null) ret; var it = l.iterator(); while (it.hasNext()) if (eqic(it.next(), s)) it.remove(); }
Began life as a copy of #1011634
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034934 | 
| Snippet name: | removeAllIC_useIterator | 
| Eternal ID of this version: | #1034934/5 | 
| Text MD5: | 9a4b5858ffc177de5e722fbc718dddf9 | 
| Transpilation MD5: | 01885866b4375460db3fc18a47a69a99 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2022-03-16 15:32:05 | 
| Source code size: | 167 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 336 / 447 | 
| Version history: | 4 change(s) | 
| Referenced in: | [show references] |