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

5
LINES

< > BotCompany Repo | #1027575 // clearIndices

JavaX fragment (include)

static void clearIndices(L l, int... indices) {
  if (l != null)
    for (int i : indices)
      l.set(i, null);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027575
Snippet name: clearIndices
Eternal ID of this version: #1027575/1
Text MD5: 6c2db38607cd65e9b541baf082ab9725
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-24 04:20:06
Source code size: 118 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 128 / 157
Referenced in: [show references]