static <A> LinkedHashSet<A> concatAsOrderedSet(Collection<A>... lists) { ret concatToOrderedSet(lists); } static <A> LinkedHashSet<A> concatAsOrderedSet(Collection<? extends Collection<A>> lists) { ret concatToOrderedSet(lists); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1026303 |
| Snippet name: | concatAsOrderedSet - synonym of concatToOrderedSet |
| Eternal ID of this version: | #1026303/1 |
| Text MD5: | 5cafcab0747fb730d99db3e8aeef9ba2 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-12-15 15:15:08 |
| Source code size: | 239 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 426 / 479 |
| Referenced in: | [show references] |