public interface GridCell
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object cell) |
boolean |
equals(java.lang.Object obj) |
double |
getValue() |
int |
getX() |
int |
getY() |
void |
setValue(double dValue) |
void |
setX(int iX) |
void |
setY(int iY) |
double getValue()
void setValue(double dValue)
int getX()
void setX(int iX)
int getY()
void setY(int iY)
int compareTo(java.lang.Object cell) throws java.lang.ClassCastException
java.lang.ClassCastException
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object