Class IntegerCell


  • public class IntegerCell
    extends Object
    A cell of a Grid with the position (x,y) and an integer value
    • Constructor Detail

      • IntegerCell

        public IntegerCell​(int x,
                           int y,
                           int value)
    • Method Detail

      • getX

        public int getX()
      • getY

        public int getY()
      • getValue

        public int getValue()