T - The data type for which the hash code should be implemented@FunctionalInterface public interface IHashCodeImplementation<T>
HashCodeImplementationRegistry.| Modifier and Type | Method and Description |
|---|---|
int |
getHashCode(T aObj)
Get the hash code for the passed object
|
Copyright © 2014–2020 Philip Helger. All rights reserved.