1 | static <A> A lookupByNLFind(Map<S, A> map, S s) { |
2 | for (S key : keys(map)) |
3 | if (find3(key, s)) |
4 | ret map.get(key); |
5 | null; |
6 | } |
Began life as a copy of #1008373
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1008379 |
Snippet name: | lookupByNLFind |
Eternal ID of this version: | #1008379/1 |
Text MD5: | 74014db9776362923f2b80ec7d5f4747 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-05-10 01:14:32 |
Source code size: | 139 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 492 / 533 |
Referenced in: | [show references] |