Libraryless. Click here for Pure Java version (3025L/19K).
1 | static L<Int> jfindAllIC_any(LS tok, S... patterns) { |
2 | new TreeSet<Int> indices; |
3 | for (S pat : patterns) |
4 | indices.addAll(jfindAllIC(tok, pat)); |
5 | ret asList(indices); |
6 | } |
Began life as a copy of #1027857
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027858 |
Snippet name: | jfindAllIC_any |
Eternal ID of this version: | #1027858/1 |
Text MD5: | 236b678f599260e8921c5b33541469e1 |
Transpilation MD5: | 66a5de032baeb5e8e4f2ef36e684c2a0 |
Author: | stefan |
Category: | javax / tokenizing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-04-16 11:50:07 |
Source code size: | 178 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 160 / 237 |
Referenced in: | [show references] |