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

9
LINES

< > BotCompany Repo | #1032885 // cloneList_unsynced - synonym of cloneList_noSync

JavaX fragment (include)

static <A> ArrayList<A> cloneList_unsynced(Iterable<A> l) {
  ret cloneList_noSync(l);
}



static <A> ArrayList<A> cloneList_unsynced(Collection<A> l) {
  ret cloneList_noSync(l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032885
Snippet name: cloneList_unsynced - synonym of cloneList_noSync
Eternal ID of this version: #1032885/1
Text MD5: 38fc41c0caa069a4e103666131b86bdb
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-07 13:58:34
Source code size: 184 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 92 / 121
Referenced in: [show references]