public final class LocationCoordinate
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static LocationCoordinate |
EMPTY |
| Constructor and Description |
|---|
LocationCoordinate(int row,
int column) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getColumn() |
java.lang.String |
getId() |
int |
getRow() |
int |
hashCode() |
java.lang.String |
toString() |
public static final LocationCoordinate EMPTY
public int getRow()
public int getColumn()
public java.lang.String getId()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object