Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1003597 // MultiHashSet

JavaX fragment (include)

static class MultiHashSet<A> extends MultiSet<A> {
  *() {
    super(false);
  }
  
  *(Collection<A> c) {
    this();
    addAll(c);
  }
}

Author comment

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: 582 / 1595
Referenced in: [show references]