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

6
LINES

< > BotCompany Repo | #1024371 // ai_deduceReplaceSuffixMultiSet - case-insensitive

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

Libraryless. Click here for Pure Java version (3805L/24K).

static MultiSet<F1<S>> ai_deduceReplaceSuffixMultiSet(LPairS l) {
  new MultiSet<F1<S>> ms;
  fOr (PairS p : l)
    addUnlessNull(ms, ai_deduceReplaceSuffixIC(p.a, p.b));
  ret ms;
}

Author comment

Began life as a copy of #1024363

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024371
Snippet name: ai_deduceReplaceSuffixMultiSet - case-insensitive
Eternal ID of this version: #1024371/4
Text MD5: 8fdfb9ea6db3c965672ec48c70d97b93
Transpilation MD5: b1e0fd29bd2bf494724a1f00cd525739
Author: stefan
Category: javax / pattern matching
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-07 12:36:02
Source code size: 187 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 138 / 190
Version history: 3 change(s)
Referenced in: [show references]