1 | static class MultiHashSet<A> extends MultiSet<A> { |
2 | *() { |
3 | super(false); |
4 | } |
5 | |
6 | *(Collection<A> c) { |
7 | this(); |
8 | addAll(c); |
9 | } |
10 | } |
Began life as a copy of #1000988
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003597 |
Snippet name: | MultiHashSet |
Eternal ID of this version: | #1003597/1 |
Text MD5: | d8c863d63f519a5c520b873e21d76779 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-07-24 17:16:44 |
Source code size: | 148 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 649 / 1670 |
Referenced in: | [show references] |