Uses of Interface
com.helger.commons.equals.IEqualsImplementation
-
Packages that use IEqualsImplementation Package Description com.helger.commons.equals -
-
Uses of IEqualsImplementation in com.helger.commons.equals
Methods in com.helger.commons.equals that return IEqualsImplementation Modifier and Type Method Description <T> IEqualsImplementation<T>EqualsImplementationRegistry. getBestMatchingEqualsImplementation(Class<T> aClass)Methods in com.helger.commons.equals with parameters of type IEqualsImplementation Modifier and Type Method Description <T> voidEqualsImplementationRegistry. registerEqualsImplementation(Class<T> aClass, IEqualsImplementation<T> aImpl)<T> voidIEqualsImplementationRegistry. registerEqualsImplementation(Class<T> aClass, IEqualsImplementation<T> aImpl)Register a new equals implementation
-