# Chapter 7: Equality, Hashing, and Behavioural Subtyping

This project contains the complete Java 25 sources and tests used in Chapter 7.
It is independent of the companion projects for the other chapters.

Run `./gradlew test` and `./gradlew run` from this directory. The included Gradle wrapper pins Gradle 9.6.1,
the build requests a Java 25 toolchain, and compilation enables all `javac` lint
warnings.
