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