1 | static HashSet collectAsSet(Iterable c, S field) {
|
2 | ret collectAsHashSet(c, field); |
3 | } |
4 | |
5 | |
6 | |
7 | static HashSet mapMethodLike collectAsSet(S field, Iterable c) {
|
8 | ret collectAsHashSet(field, c); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021634 |
| Snippet name: | collectAsSet - synonym of collectAsHashSet |
| Eternal ID of this version: | #1021634/2 |
| Text MD5: | 2d3a447c2bef9776b5244fb82f8e6c7f |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-22 17:17:36 |
| Source code size: | 198 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 506 / 545 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |