Warning: session_start(): open(/var/lib/php/sessions/sess_qi8q0d135s5qlj69a7475ioe7a, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
areaUnion [1023072]

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