1 | static void setBitRange(BitSet b, int from, int to) { |
2 | for (int i = from; i < to; i++) |
3 | b.set(i); |
4 | } |
Began life as a copy of #1005055
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1005056 |
Snippet name: | setBitRange |
Eternal ID of this version: | #1005056/1 |
Text MD5: | a970e1ebe861ab52f0a932e54f8a0d11 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-10-03 20:54:42 |
Source code size: | 106 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 582 / 557 |
Referenced in: | [show references] |