@NotThreadSafe public class ComparatorThreadID extends AbstractLongComparator<Thread>
Comparator for ordering Thread objects by their ID.| Constructor and Description |
|---|
ComparatorThreadID() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getAsLong(Thread aThread)
Protected method to convert the passed object into a long value.
|
mainComparecompare, getNestedComparator, getSortOrder, isNullValuesComeFirst, setNestedComparator, setNullValuesComeFirst, setSortOrder, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongprotected long getAsLong(@Nonnull Thread aThread)
AbstractLongComparatorgetAsLong in class AbstractLongComparator<Thread>aThread - The source objectCopyright © 2014–2016 Philip Helger. All rights reserved.