1 | static <A> L<A> uniqueByField_favorLast(Collection<A> l, S field) {
|
2 | new LinkedHashMap<O, A> map; |
3 | if (l != null) for (A a : l) |
4 | map.put(getOpt(a, field), a); |
5 | ret asList(values(map)); |
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: | #1010811 |
| Snippet name: | uniqueByField_favorLast |
| Eternal ID of this version: | #1010811/1 |
| Text MD5: | 40f16adfc8ab40755a80d989ee7d53f4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-03 22:41:22 |
| Source code size: | 197 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 711 / 716 |
| Referenced in: | [show references] |