Class TileKey


  • public class TileKey
    extends java.lang.Object
    Definition of a particular combination of dimensions and measures of a lattice that is the basis of a materialization.

    Holds similar information to a Lattice.Tile but a lattice is immutable and tiles are not added after their creation.

    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object