public class AbstractComparableComparator<T extends Comparable<T>> extends AbstractObjectComparator<T>
| Constructor and Description |
|---|
AbstractComparableComparator(Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compareValues(T v1,
T v2) |
compare, compareClasses, tryCastclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongprotected int compareValues(T v1, T v2)
compareValues in class AbstractObjectComparator<T extends Comparable<T>>Copyright © 2012–2022. All rights reserved.