static <A> LinkedHashSet<A> concatAsLinkedHashSet(Collection<A>... lists) { ret concatToOrderedSet(lists); } static <A> LinkedHashSet<A> concatAsLinkedHashSet(Collection<? extends Collection<A>> lists) { ret concatToOrderedSet(lists); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1028095 |
Snippet name: | concatAsLinkedHashSet - synonym of concatToOrderedSet |
Eternal ID of this version: | #1028095/1 |
Text MD5: | 061eb5894c8570cee938251ab1cba75d |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-05-18 15:05:02 |
Source code size: | 245 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 210 / 225 |
Referenced in: | [show references] |