public class CellLocation extends Object implements Serializable
CellLocation(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 CellLocation(int x, int y)
x
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 © 2024. All rights reserved.