Package com.helger.commons.hashcode
Class DefaultHashCodeImplementationRegistrarSPI
- java.lang.Object
-
- com.helger.commons.hashcode.DefaultHashCodeImplementationRegistrarSPI
-
- All Implemented Interfaces:
IHashCodeImplementationRegistrarSPI
@IsSPIImplementation public final class DefaultHashCodeImplementationRegistrarSPI extends Object implements IHashCodeImplementationRegistrarSPI
This class registers the default hash code implementations. The implementations in here should be aligned with the implementations in theDefaultEqualsImplementationRegistrarSPI- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description DefaultHashCodeImplementationRegistrarSPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterHashCodeImplementations(IHashCodeImplementationRegistry aRegistry)Register a bunch of custom hashCode implementations
-
-
-
Method Detail
-
registerHashCodeImplementations
public void registerHashCodeImplementations(@Nonnull IHashCodeImplementationRegistry aRegistry)
Description copied from interface:IHashCodeImplementationRegistrarSPIRegister a bunch of custom hashCode implementations- Specified by:
registerHashCodeImplementationsin interfaceIHashCodeImplementationRegistrarSPI- Parameters:
aRegistry- The registry to register at.
-
-