| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.concurrent |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Threads.NamePredicate
A predicate implementation which matches a thread or threadgroup name.
|
static class |
Threads.ThreadIdPredicate
A predicate implementation which matches a thread id.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<Thread> |
Threads.findThreads(ThreadGroup group,
boolean recurse,
Threads.ThreadPredicate predicate)
Select all active threads which match the given predicate and which belongs to the given thread group (or one of its subgroups).
|
static Collection<Thread> |
Threads.findThreads(Threads.ThreadPredicate predicate)
Select all active threads which match the given predicate.
|
Copyright © 2021. All rights reserved.