public class SheetColumnComparator extends Object implements Comparator<SheetHeader>
| Constructor and Description |
|---|
SheetColumnComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(SheetHeader sheetHeader1,
SheetHeader sheetHeader2)
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(SheetHeader sheetHeader1, SheetHeader sheetHeader2)
compare in interface Comparator<SheetHeader>sheetHeader1 - the sheet header 1sheetHeader2 - the sheet header 2Copyright © 2022. All rights reserved.