Class RolapCube.CubeComparator

  • All Implemented Interfaces:
    java.util.Comparator<RolapCube>
    Enclosing class:
    RolapCube

    public static class RolapCube.CubeComparator
    extends java.lang.Object
    implements java.util.Comparator<RolapCube>
    • Constructor Summary

      Constructors 
      Constructor Description
      CubeComparator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(RolapCube c1, RolapCube c2)  
      • 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
    • Constructor Detail

      • CubeComparator

        public CubeComparator()
    • Method Detail