Class Point


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

      Constructors 
      Constructor Description
      Point()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getX​(long p)  
      static int getY​(long p)  
      static long toPoint​(int x, int y)  
      • Methods inherited from class java.lang.Object

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

      • Point

        public Point()
    • Method Detail

      • getX

        public static int getX​(long p)
      • getY

        public static int getY​(long p)
      • toPoint

        public static long toPoint​(int x,
                                   int y)