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

7
LINES

< > BotCompany Repo | #1012128 // nonTerminatedThreads

JavaX fragment (include)

static L<Thread> nonTerminatedThreads(Collection<Thread> l) {
  new L<Thread> out;
  if (l != null) for (Thread t : l)
    if (t.getState() != Thread.State.TERMINATED)
      out.add(t);
  ret out;
}

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: #1012128
Snippet name: nonTerminatedThreads
Eternal ID of this version: #1012128/1
Text MD5: 298dc369732bb4d559ad568136b9a9d9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-20 11:55:27
Source code size: 204 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 296 / 316
Referenced in: [show references]