Uses of Interface
org.apache.commons.lang3.ThreadUtils.ThreadGroupPredicate
Packages that use ThreadUtils.ThreadGroupPredicate
Package
Description
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang
classes.-
Uses of ThreadUtils.ThreadGroupPredicate in org.apache.commons.lang3
Classes in org.apache.commons.lang3 that implement ThreadUtils.ThreadGroupPredicateModifier and TypeClassDescriptionprivate static final class
Deprecated.static class
Deprecated.Use aPredicate
.Methods in org.apache.commons.lang3 with parameters of type ThreadUtils.ThreadGroupPredicateModifier and TypeMethodDescriptionstatic Collection
<ThreadGroup> ThreadUtils.findThreadGroups
(ThreadGroup threadGroup, boolean recurse, ThreadUtils.ThreadGroupPredicate predicate) Deprecated.static Collection
<ThreadGroup> ThreadUtils.findThreadGroups
(ThreadUtils.ThreadGroupPredicate predicate) Deprecated.
Predicate
.