Class Position


  • public class Position
    extends java.lang.Object
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      int x()  
      int y()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Position

        public Position​(int x,
                        int y)
    • Method Detail

      • x

        public int x()
      • y

        public int y()
      • toString

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