// does not store null values static SmallestListMultiMap smallestListMultiMapIndexByMethod(Collection c, S method, O... args) { new SmallestListMultiMap map; for (O a : c) { O val = callOpt(a, method, args); if (val != null) map.put(val, a); } ret map; }
Began life as a copy of #1012273
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: | #1012287 |
| Snippet name: | smallestListMultiMapIndexByMethod |
| Eternal ID of this version: | #1012287/1 |
| Text MD5: | 871a66f9dd32f925b43791e23ca9c82e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-27 11:04:59 |
| Source code size: | 286 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 640 / 687 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |