Uses of Interface
com.helger.commons.hashcode.IHashCodeImplementation
-
Packages that use IHashCodeImplementation Package Description com.helger.commons.hashcode -
-
Uses of IHashCodeImplementation in com.helger.commons.hashcode
Methods in com.helger.commons.hashcode that return IHashCodeImplementation Modifier and Type Method Description <T> IHashCodeImplementation<T>HashCodeImplementationRegistry. getBestMatchingHashCodeImplementation(Class<T> aClass)Methods in com.helger.commons.hashcode with parameters of type IHashCodeImplementation Modifier and Type Method Description <T> voidHashCodeImplementationRegistry. registerHashCodeImplementation(Class<T> aClass, IHashCodeImplementation<T> aImpl)<T> voidIHashCodeImplementationRegistry. registerHashCodeImplementation(Class<T> aClass, IHashCodeImplementation<T> aImpl)Register a new hashCode implementation
-