Package com.helger.commons.hashcode
Interface IHashCodeImplementationRegistrarSPI
- All Known Implementing Classes:
DefaultHashCodeImplementationRegistrarSPI
SPI registry interface to implement your custom hashCode implementations.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidRegister a bunch of custom hashCode implementations
-
Method Details
-
registerHashCodeImplementations
Register a bunch of custom hashCode implementations- Parameters:
aRegistry- The registry to register at.
-