public class PivotColumnComparator extends Object implements Comparator<Field>
| Constructor and Description |
|---|
PivotColumnComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Field o1,
Field o2)
Compare.
|
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(Field o1, Field o2)
compare in interface Comparator<Field>o1 - the o 1o2 - the o 2Copyright © 2022. All rights reserved.