A New and Consistent Way of Implementing equals and hashCode | Part 1
Introduction My first two blog posts on this website have been a two-part article about the evolution of Java’s compareTo and Comparator#compare methods. Implementing order for comparable objects is important,…