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

3
LINES

< > BotCompany Repo | #1006447 // rectsSized - filter rects by exact size

JavaX fragment (include)

static L<Rect> rectsSized(Collection<Rect> l, final int w, final int h) {
  ret [Rect r : l | r.w == w && r.h == h];
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006447
Snippet name: rectsSized - filter rects by exact size
Eternal ID of this version: #1006447/1
Text MD5: aed679dac0a8bc6109627cb4d5b370b3
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-01-05 11:03:13
Source code size: 120 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 517 / 509
Referenced in: [show references]