Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Add .hashcode() and .equals() functions just like in java #12

Open
amir-arad opened this issue Jul 21, 2016 · 0 comments
Open

Add .hashcode() and .equals() functions just like in java #12

amir-arad opened this issue Jul 21, 2016 · 0 comments
Labels

Comments

@amir-arad
Copy link
Contributor

there are many references, the best one is Chapter 3 of Effective Java Programming Language Guide By Joshua Bloch.

These methods will allow using Mutable objects as keys in hash-based data structures.

@amir-arad amir-arad added this to the initial feature and API complete milestone Jul 21, 2016
@amir-arad amir-arad mentioned this issue Jul 21, 2016
3 tasks
@amir-arad amir-arad added the API label Jul 21, 2016
@amir-arad amir-arad removed this from the initial feature and API complete milestone Oct 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant