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

7
LINES

< > BotCompany Repo | #1035341 // shortenJoinSubList - shortenJoin + subList

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

Libraryless. Click here for Pure Java version (7939L/44K).

sS shortenJoinSubList(int max, LS l, int i, int j) {
  ret shortenJoin(max, subList(l, i, j));
}

sS shortenJoinSubList(int max, LS l, int i) {
  ret shortenJoin(max, subList(l, i));
}

Author comment

Began life as a copy of #1009319

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1035341
Snippet name: shortenJoinSubList - shortenJoin + subList
Eternal ID of this version: #1035341/1
Text MD5: 4f3d82c284311d13ef644c64b357b54d
Transpilation MD5: aa0b9955ca68c49d9f94fd0341f62a7a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-01 18:07:43
Source code size: 190 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 53 / 80
Referenced in: [show references]