public class SlotPos
extends java.lang.Object
| Constructor | Description |
|---|---|
SlotPos(int row,
int column) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
getColumn() |
|
int |
getRow() |
|
int |
hashCode() |
|
static SlotPos |
of(int row,
int column) |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int getRow()
public int getColumn()
public static SlotPos of(int row, int column)