1 | static L<Thread> nonTerminatedThreads(Collection<Thread> l) {
|
2 | new L<Thread> out; |
3 | if (l != null) for (Thread t : l) |
4 | if (t.getState() != Thread.State.TERMINATED) |
5 | out.add(t); |
6 | ret out; |
7 | } |
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: | 573 / 596 |
| Referenced in: | [show references] |