public class Location extends Object
Location()
Location(int x, int y)
boolean
equals(Object o)
int
getX()
getY()
hashCode()
void
setX(int x)
setY(int y)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Location()
public Location(int x, int y)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.