1 | static L collectMapElement(Collection<Map> l, O key) {
|
2 | new L out; |
3 | if (l != null) for (Map map : l) |
4 | out.add(map.get(key)); |
5 | ret out; |
6 | } |
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: | #1010436 |
| Snippet name: | collectMapElement |
| Eternal ID of this version: | #1010436/1 |
| Text MD5: | ae726ce944d0fdfaac202cdde6fa683a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-17 23:04:35 |
| Source code size: | 147 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 670 / 709 |
| Referenced in: | [show references] |