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

7
LINES

< > BotCompany Repo | #1022997 // caseInsensitiveSet_subclass - doesn't fit so well with persistence

JavaX fragment (include)

static TreeSet<S> caseInsensitiveSet_subclass() {
  ret new CISet;
}

static TreeSet<S> caseInsensitiveSet_subclass(Collection<S> c) {
  ret toCaseInsensitiveSet(c);
}

Author comment

Began life as a copy of #1010709

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022997
Snippet name: caseInsensitiveSet_subclass - doesn't fit so well with persistence
Eternal ID of this version: #1022997/1
Text MD5: 032ccd33a63228f0b6909f1c6bdf65e5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-19 23:37:47
Source code size: 173 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 183 / 231
Referenced in: [show references]