Class Point

java.lang.Object
zombie.pathfind.Point

public final class Point extends Object
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    int
     
    int
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    equals(Object object)
     

    Methods inherited from class java.lang.Object Link icon

    getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • x Link icon

      public int x
    • y Link icon

      public int y
  • Constructor Details Link icon

    • Point Link icon

      public Point()
  • Method Details Link icon