Libraryless. Click here for Pure Java version (2619L/16K).
1 | static <A> L<A> keysWhereValueContainsIC_usingCandidates(S b, Map<A, S> map, Iterable<A> candidates) {
|
2 | new L<A> l; |
3 | if (map != null) |
4 | fOr (A key : candidates) |
5 | if (cic(map.get(key), b)) |
6 | l.add(key); |
7 | ret l; |
8 | } |
Began life as a copy of #1028999
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: | #1029000 |
| Snippet name: | keysWhereValueContainsIC_usingCandidates |
| Eternal ID of this version: | #1029000/3 |
| Text MD5: | 546a06f7b3ea716eaca54924a1c3d390 |
| Transpilation MD5: | 9a2981e1131ff52a144ad6a6de776ccf |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-16 18:01:06 |
| Source code size: | 234 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 399 / 510 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |