@NotThreadSafe public class ComparatorThreadPriority extends AbstractIntComparator<Thread>
Comparator for ordering Thread objects by their
priority.| Constructor and Description |
|---|
ComparatorThreadPriority() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getAsInt(Thread aThread)
Protected method to convert the passed object into an int value.
|
mainComparecompare, getNestedComparator, getSortOrder, isNullValuesComeFirst, setNestedComparator, setNullValuesComeFirst, setSortOrder, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequalsprotected int getAsInt(@Nonnull Thread aThread)
AbstractIntComparatorgetAsInt in class AbstractIntComparator<Thread>aThread - The source objectCopyright © 2014–2015 Philip Helger. All rights reserved.