Package org.mule.metadata.internal.utils
Class EfficientEquals
- java.lang.Object
-
- org.mule.metadata.internal.utils.EfficientEquals
-
public class EfficientEquals extends Object
A more efficient version ofEqualsBuilder. Extracts the fields of the classes to check via theFieldsComparableclass.- Since:
- 1.3
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanefficientEquals(FieldsComparable thisObj, FieldsComparable thatObj)
-
-
-
Method Detail
-
efficientEquals
public static boolean efficientEquals(FieldsComparable thisObj, FieldsComparable thatObj)
-
-