Class IntegerCell


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

      Constructors 
      Constructor Description
      IntegerCell​(int x, int y, int value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getValue()  
      int getX()  
      int getY()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()