Class GridCell


  • public class GridCell
    extends Object
    Encapsulates a grid location and value.
    Author:
    Nick Collier
    • Constructor Detail

      • GridCell

        public GridCell​(double value,
                        int... location)
    • Method Detail

      • getValue

        public double getValue()
        Returns:
        the value
      • getLocation

        public GridPoint getLocation()
        Returns:
        the location