teragrep / pth_06

Teragrep Datasource for Apache Spark
GNU Affero General Public License v3.0
0 stars 6 forks source link

add hashcode to the objects where equals is present #98

Open kortemik opened 1 week ago

kortemik commented 1 week ago

Description add hashcode to the objects where equals is present

see more at https://www.baeldung.com/java-equals-hashcode-contracts

StrongestNumber9 commented 1 week ago

Example project that can be found here