Class Point

    • Constructor Detail

      • Point

        public Point()
      • Point

        public Point​(int x,
                     int y,
                     int z)
    • Method Detail

      • getX

        public int getX()
      • getY

        public int getY()
      • getZ

        public int getZ()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object