Package mondrian.rolap
Class RolapStar.ColumnComparator
java.lang.Object
mondrian.rolap.RolapStar.ColumnComparator
- All Implemented Interfaces:
Comparator<RolapStar.Column>
- Enclosing class:
- RolapStar
public static class RolapStar.ColumnComparator
extends Object
implements Comparator<RolapStar.Column>
Comparator to compare columns based on their name and table that contains them
-
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<RolapStar.Column>
-