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

7
LINES

< > BotCompany Repo | #1023072 // areaUnion

JavaX fragment (include)

1  
static Area areaUnion(Area a, Area b) {
2  
  if (a == null) ret b;
3  
  if (b == null) ret a;
4  
  a = (Area) a.clone();
5  
  a.add(b);
6  
  ret a;
7  
}

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: 204 / 248
Referenced in: [show references]