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: | 394 / 442 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |