public class MatrixCoordinate
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static MatrixCoordinate |
create(int row,
int col) |
|
boolean |
equals(java.lang.Object o) |
|
int |
getCol() |
|
int |
getRow() |
|
int |
hashCode() |
public static MatrixCoordinate create(int row, int col)
public int getRow()
public int getCol()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object