Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1024539 // filterRectsByWidthRange

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (1993L/13K).

static L<Rect> filterRectsByWidthRange(Collection<Rect> l, IntRange range) {
  ret [Rect r : l | intRangeContains(range, r.w)];
}

Author comment

Began life as a copy of #1006447

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024539
Snippet name: filterRectsByWidthRange
Eternal ID of this version: #1024539/2
Text MD5: 6aa747c9b40ab7b5f5060ad7aad2a2af
Transpilation MD5: c1ac85a289425c055e4562616fa359b1
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-17 17:13:44
Source code size: 131 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 157 / 238
Version history: 1 change(s)
Referenced in: [show references]