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

8
LINES

< > BotCompany Repo | #1015526 // getAndClearList

JavaX fragment (include)

1  
static <A> L<A> getAndClearList(Collection<A> l) {
2  
  if (l == null) ret emptyList();
3  
  synchronized(collectionMutex(l)) {
4  
    L<A> out = cloneList(l);
5  
    l.clear();
6  
    ret out;
7  
  }
8  
}

Author comment

Began life as a copy of #1010822

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: #1015526
Snippet name: getAndClearList
Eternal ID of this version: #1015526/1
Text MD5: 57f892effa7770903cc93763ec059141
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-15 13:26:26
Source code size: 191 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 401 / 440
Referenced in: [show references]