Package mondrian.olap
Class Util.SqlNullSafeComparator
java.lang.Object
mondrian.olap.Util.SqlNullSafeComparator
- All Implemented Interfaces:
Comparator<Comparable>
- Enclosing class:
- Util
A
Comparator
implementation which can deal
correctly with RolapUtil.sqlNullValue
.-
Field Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
instance
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Comparable>
-