Package g54327.humbug.model.Structures
Class Position
- java.lang.Object
-
- g54327.humbug.model.Structures.Position
-
public class Position extends Object
Position class. Contains row and column of the position.- Since:
- 0.1.0
- Version:
- 1.0.0
- Author:
- Andrew SASSOYE
-
-
Method Detail
-
equals
public boolean equals(Object o)
Equals method
-
hashCode
public int hashCode()
HashCode method
-
getRow
public int getRow()
Row getter- Returns:
- row
-
getColumn
public int getColumn()
Column getter- Returns:
- column
-
-