Package com.queomedia.commons.equals
-
Interface Summary Interface Description EqualsChecker<T,K> Compare objects by an different equals functionality then there own.Matcher<T> A matcher indicates if an item matches an specific restriction. -
Class Summary Class Description InstanceOfEqualsChecker Check if: objectK is instance of objectT.NativeEqualsChecker<T> Compare two objects by there native equals method.