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

7
LINES

< > BotCompany Repo | #1023072 // areaUnion

JavaX fragment (include)

static Area areaUnion(Area a, Area b) {
  if (a == null) ret b;
  if (b == null) ret a;
  a = (Area) a.clone();
  a.add(b);
  ret a;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1023072
Snippet name: areaUnion
Eternal ID of this version: #1023072/1
Text MD5: 837629e8b22660f791e4a4c931ff929c
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-30 20:44:28
Source code size: 140 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 200 / 243
Referenced in: [show references]