| Package | Description |
|---|---|
| com.helger.commons.hashcode |
| Modifier and Type | Method and Description |
|---|---|
<T> IHashCodeImplementation<T> |
HashCodeImplementationRegistry.getBestMatchingHashCodeImplementation(Class<T> aClass) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
IHashCodeImplementationRegistry.registerHashCodeImplementation(Class<T> aClass,
IHashCodeImplementation<T> aImpl)
Register a new hashCode implementation
|
<T> void |
HashCodeImplementationRegistry.registerHashCodeImplementation(Class<T> aClass,
IHashCodeImplementation<T> aImpl) |
Copyright © 2014–2017 Philip Helger. All rights reserved.