static bool anyBitSetInRange(BitSet b, int from, int to) { for (int i = from; i < to; i++) if (b.get(i)) true; false; }
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: | #1005055 |
Snippet name: | anyBitSetInRange |
Eternal ID of this version: | #1005055/1 |
Text MD5: | d1c4c5ddfd34bfb183192e4e18d8e0b4 |
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:51:03 |
Source code size: | 138 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 530 / 508 |
Referenced in: | [show references] |