To allow more efficient use in data structures that make use of hash tables. Probably just as simple as ``` public int hashCode(){ return self.key.hashCode(); } ```
To allow more efficient use in data structures that make use of hash tables.
Probably just as simple as