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, waitequalspublic static final Util.SqlNullSafeComparator instance
public int compare(Comparable o1, Comparable o2)
compare in interface Comparator<Comparable>