Package caseine.reflect
package caseine.reflect
-
ClassesClassDescriptionCloneChecker<C>Assists in checking the correct writing of the clone method of a class C by knowing ifEqualChecker<C>A class to check if - equals method of the class C is declared with Object parameter - hashcode method of a class T is well declared - t.equals(null) is false, where t is of type T - t.equals(t) is true, where t is of type TClasse utilitaires offrant de nombreuses méthodes introspectives utiles