public interface IHashCodeImplementationRegistry
| Modifier and Type | Method and Description |
|---|---|
<T> void |
registerHashCodeImplementation(Class<T> aClass,
IHashCodeImplementation<T> aImpl)
Register a new hashCode implementation
|
<T> void registerHashCodeImplementation(@Nonnull Class<T> aClass, @Nonnull IHashCodeImplementation<T> aImpl)
T - Type to registeraClass - The class for which the hashCode implementation is validaImpl - The main implementationCopyright © 2014–2017 Philip Helger. All rights reserved.