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

4
LINES

< > BotCompany Repo | #1033294 // concatenatableIntRanges

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3944L/23K).

sbool concatenatableIntRanges(IntRange a, IntRange b) {
  if (a == null || b == null) false;
  ret a.end == b.start;
}

Author comment

Began life as a copy of #1032570

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033294
Snippet name: concatenatableIntRanges
Eternal ID of this version: #1033294/2
Text MD5: 4ee889a4cc1a2c904bcefb30aa38381b
Transpilation MD5: 0cb304c2b394a4f7bc374851a98c56e9
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-18 11:54:29
Source code size: 121 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 71 / 104
Version history: 1 change(s)
Referenced in: [show references]