1 | static void clearIndices(L l, int... indices) {
|
2 | if (l != null) |
3 | for (int i : indices) |
4 | l.set(i, null); |
5 | } |
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: | 395 / 443 |
| Referenced in: | [show references] |