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