Libraryless. Click here for Pure Java version (4431L/26K).
static L<Int> jfindAll_reversed_any(LS tok, S... patterns) { new TreeSet<Int> set; // startIndex for (S pat : patterns) set.addAll(jfindAll(tok, pat)); ret reversedList(set); }
Began life as a copy of #1027860
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032854 |
| Snippet name: | jfindAll_reversed_any - find multiple patterns |
| Eternal ID of this version: | #1032854/3 |
| Text MD5: | 842c32fdb631fddf758458578323eb05 |
| Transpilation MD5: | a0f3bc2807854f77ee1d889389e90fba |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-06 21:24:33 |
| Source code size: | 193 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 431 / 529 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |