1 | static <A> LinkedHashSet<A> concatAsLinkedHashSet(Collection<A>... lists) { |
2 | ret concatToOrderedSet(lists); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> LinkedHashSet<A> concatAsLinkedHashSet(Collection<? extends Collection<A>> lists) { |
8 | ret concatToOrderedSet(lists); |
9 | } |
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: | 211 / 226 |
Referenced in: | [show references] |