static L<Rect> dropRectsLargerThan(int maxPixels, Collection<Rect> l) { L<Rect> l2 = emptyList(l(l)); for (Rect r : unnull(l)) if (rectPixels(r) <= maxPixels) l2.add(r); ret l2; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1015448 |
| Snippet name: | dropRectsLargerThan |
| Eternal ID of this version: | #1015448/1 |
| Text MD5: | 6eaa634a8751cf216542c18b42433c2f |
| Author: | stefan |
| Category: | javax / imaging |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-14 02:09:05 |
| Source code size: | 201 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 599 / 642 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |