Uses of Interface
org.apache.commons.lang3.ThreadUtils.ThreadPredicate
-
Packages that use ThreadUtils.ThreadPredicate Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.langclasses. -
-
Uses of ThreadUtils.ThreadPredicate in org.apache.commons.lang3
Classes in org.apache.commons.lang3 that implement ThreadUtils.ThreadPredicate Modifier and Type Class Description static classThreadUtils.NamePredicateDeprecated.Use aPredicate.static classThreadUtils.ThreadIdPredicateDeprecated.Use aPredicate.Methods in org.apache.commons.lang3 with parameters of type ThreadUtils.ThreadPredicate Modifier and Type Method Description static Collection<Thread>ThreadUtils. findThreads(ThreadGroup threadGroup, boolean recurse, ThreadUtils.ThreadPredicate predicate)Deprecated.static Collection<Thread>ThreadUtils. findThreads(ThreadUtils.ThreadPredicate predicate)Deprecated.
-