Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1034934 // removeAllIC_useIterator

JavaX fragment (include) [tags: use-pretranspiled]

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();
}

Author comment

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: 61 / 97
Version history: 4 change(s)
Referenced in: [show references]