Reason for Overriden hashCode method in various classes? #71
David10512799
started this conversation in
General
Replies: 1 comment
-
They're meant to be simple "data" classes that can be compared for equality. It's standard practice to implement |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am curious about what the purpose of the Overridden hashCode methods are in a lot of the classes. e.g. SendRRData.java
What are these used for and why? Why were they built with the method that seems similar across all of them?
Beta Was this translation helpful? Give feedback.
All reactions