public static class Util.SqlNullSafeComparator extends Object implements Comparator<Comparable>
Comparator
implementation which can deal
correctly with RolapUtil.sqlNullValue
.Modifier and Type | Field and Description |
---|---|
static Util.SqlNullSafeComparator |
instance |
Modifier and Type | Method and Description |
---|---|
int |
compare(Comparable o1,
Comparable o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final Util.SqlNullSafeComparator instance
public int compare(Comparable o1, Comparable o2)
compare
in interface Comparator<Comparable>
Copyright © 2020 Hitachi Vantara. All rights reserved.