public class ColumnComparator extends Object implements Comparator
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ascending |
protected int |
index |
| Constructor and Description |
|---|
ColumnComparator(int index,
boolean ascending) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object one,
Object two) |
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 int compare(Object one, Object two)
compare in interface ComparatorCopyright © 2018. All rights reserved.