Warning: session_start(): open(/var/lib/php/sessions/sess_bi0cf19phddr7f7c5mjucpqq4s, 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)

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