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

11
LINES

< > BotCompany Repo | #1030731 // jfindAll_reversed

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

Libraryless. Click here for Pure Java version (3357L/20K).

static L<Int> jfindAll_reversed(LS tok, S pat) {
  ret reversed(jfindAll(tok, pat));
}

static L<Int> jfindAll_reversed(LS tok, S pat, ITokCondition condition) {
  ret reversed(jfindAll(tok, pat, condition));
}

static L<Int> jfindAll_reversed(LS tok, LS tokPat) {
  ret reversed(jfindAll(tok, tokPat));
}

Author comment

Began life as a copy of #1004162

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030731
Snippet name: jfindAll_reversed
Eternal ID of this version: #1030731/3
Text MD5: d5005c2d4ef7f59432465dc408857c78
Transpilation MD5: e6aa7b88fc0fc20551243df121b9c05d
Author: stefan
Category: javax / tokenizing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-18 15:46:58
Source code size: 315 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 151 / 226
Version history: 2 change(s)
Referenced in: [show references]