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.lang
classes. -
-
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 class
ThreadUtils.NamePredicate
Deprecated.Use aPredicate
.static class
ThreadUtils.ThreadIdPredicate
Deprecated.Use aPredicate
.Methods in org.apache.commons.lang3 with parameters of type ThreadUtils.ThreadPredicate Modifier and Type Method Description static java.util.Collection<java.lang.Thread>
ThreadUtils. findThreads(java.lang.ThreadGroup threadGroup, boolean recurse, ThreadUtils.ThreadPredicate predicate)
Deprecated.static java.util.Collection<java.lang.Thread>
ThreadUtils. findThreads(ThreadUtils.ThreadPredicate predicate)
Deprecated.
-