public class CellComparator extends Object implements Comparator<Object>
| Constructor and Description |
|---|
CellComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object cellHandle1,
Object cellHandle2)
Compare 2 cellHandle classes
This method handles comparisons of cells, note that formula results are used
rather than formula strings, Numbers are sorted ahead of string values.
|
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 cellHandle1, Object cellHandle2)
compare in interface Comparator<Object>Copyright © 2002–2019 Starter Inc.. All rights reserved.