Libraryless. Click here for Pure Java version (201L/2K).
static <A> L<A> keysWhereValueContainsIC(S b, Map<A, S> map) { new L<A> l; if (map != null) for (A key, S value : map) if (cic(value, b)) l.add(key); ret l; }
Began life as a copy of #1024188
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: | #1028999 |
| Snippet name: | keysWhereValueContainsIC |
| Eternal ID of this version: | #1028999/3 |
| Text MD5: | 1a78bf5a837bd76b3a6ddde9843cdd07 |
| Transpilation MD5: | d8d12761d017c89684e076989163d8d2 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-16 17:59:30 |
| Source code size: | 180 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 446 / 595 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |