public interface IHashCodeImplementationRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
registerHashCodeImplementation(Class<?> aClass,
IHashCodeImplementation aImpl)
Register a new hashCode implementation
|
void registerHashCodeImplementation(@Nonnull Class<?> aClass, @Nonnull IHashCodeImplementation aImpl)
aClass - The class for which the hashCode implementation is validaImpl - The main implementationCopyright © 2006–2015 phloc systems. All rights reserved.