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

3
LINES

< > BotCompany Repo | #1015760 // setContainsSet - synonym of isSuperSet

JavaX fragment (include)

static <A> bool setContainsSet(Collection<? extends A> a, Collection<A> b) {
  ret isSuperSet(a, b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1015760
Snippet name: setContainsSet - synonym of isSuperSet
Eternal ID of this version: #1015760/1
Text MD5: 4f1b0d6e18a8ec28e300d9d9533f5b1a
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-27 00:48:35
Source code size: 102 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 311 / 345
Referenced in: [show references]