public class AlphaNumericComparator<T> extends Object implements Comparator<T>
| Constructor and Description |
|---|
AlphaNumericComparator() |
AlphaNumericComparator(AlphaNumericConverter<T> alphaNumConverter) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T obj1,
T obj2) |
clone, 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, thenComparingLongpublic AlphaNumericComparator()
public AlphaNumericComparator(AlphaNumericConverter<T> alphaNumConverter)
public int compare(T obj1, T obj2)
compare in interface Comparator<T>Copyright © 2019. All rights reserved.