-
- Downloads
Point: Implement hashCode
This makes Point's hashCode implementation consistent with its equals method, and allows the use of Point as a HashMap key.
Loading
Please register or sign in to comment
This makes Point's hashCode implementation consistent with its equals method, and allows the use of Point as a HashMap key.