java.lang.Object
model.logic.host.data.Tile
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
-
Field Details
-
score
public final int score -
letter
public final char letter
-
-
Method Details
-
equals
The equals function is used to compare two objects. -
hashCode
public int hashCode()The hashCode function is used to generate a unique hash code for each object. This is useful when storing objects in data structures such as HashMaps, where the hashCode of an object can be used to determine its location in the map.
-