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

6
LINES

< > BotCompany Repo | #1027858 // jfindAllIC_any

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

Libraryless. Click here for Pure Java version (3025L/19K).

static L<Int> jfindAllIC_any(LS tok, S... patterns) {
  new TreeSet<Int> indices;
  for (S pat : patterns)
    indices.addAll(jfindAllIC(tok, pat));
  ret asList(indices);
}

Author comment

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: 93 / 148
Referenced in: [show references]