| Package | Description | 
|---|---|
| org.apache.commons.lang3 | Provides highly reusable static utility methods, chiefly concerned with adding value to the  java.langclasses. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ThreadUtils.NamePredicateA predicate implementation which matches a thread or threadgroup name. | 
| static class  | ThreadUtils.ThreadIdPredicateA predicate implementation which matches a thread id. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Collection<Thread> | ThreadUtils. findThreads(ThreadGroup group,
           boolean recurse,
           ThreadUtils.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> | ThreadUtils. findThreads(ThreadUtils.ThreadPredicate predicate)Select all active threads which match the given predicate. | 
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.