public class Position
extends java.lang.Object
| Constructor and Description |
|---|
Position(int row,
int col) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCol() |
int |
getRow() |
int |
hashCode() |