static <A> A lookupByNLFind(Map<S, A> map, S s) { for (S key : keys(map)) if (find3(key, s)) ret map.get(key); null; }
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: | 702 / 754 | 
| Referenced in: | [show references] |