Package com.helger.commons.hashcode
Interface IHashCodeImplementationRegistrarSPI
-
- All Known Implementing Classes:
DefaultHashCodeImplementationRegistrarSPI
@IsSPIInterface public interface IHashCodeImplementationRegistrarSPI
SPI registry interface to implement your custom hashCode implementations.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterHashCodeImplementations(IHashCodeImplementationRegistry aRegistry)Register a bunch of custom hashCode implementations
-
-
-
Method Detail
-
registerHashCodeImplementations
void registerHashCodeImplementations(@Nonnull IHashCodeImplementationRegistry aRegistry)
Register a bunch of custom hashCode implementations- Parameters:
aRegistry- The registry to register at.
-
-