| Package | Description | 
|---|---|
| org.apache.commons.lang3.builder | Assists in creating consistent  equals(Object),toString(),hashCode(), andcompareTo(Object)methods. | 
| Modifier and Type | Method and Description | 
|---|---|
| CompareToBuilder | CompareToBuilder. append(boolean[] lhs,
      boolean[] rhs)Appends to the  builderthe deep comparison of
 twobooleanarrays. | 
| CompareToBuilder | CompareToBuilder. append(boolean lhs,
      boolean rhs)Appends to the  builderthe comparison of
 twobooleanss. | 
| CompareToBuilder | CompareToBuilder. append(byte[] lhs,
      byte[] rhs)Appends to the  builderthe deep comparison of
 twobytearrays. | 
| CompareToBuilder | CompareToBuilder. append(byte lhs,
      byte rhs)Appends to the  builderthe comparison of
 twobytes. | 
| CompareToBuilder | CompareToBuilder. append(char[] lhs,
      char[] rhs)Appends to the  builderthe deep comparison of
 twochararrays. | 
| CompareToBuilder | CompareToBuilder. append(char lhs,
      char rhs)Appends to the  builderthe comparison of
 twochars. | 
| CompareToBuilder | CompareToBuilder. append(double[] lhs,
      double[] rhs)Appends to the  builderthe deep comparison of
 twodoublearrays. | 
| CompareToBuilder | CompareToBuilder. append(double lhs,
      double rhs)Appends to the  builderthe comparison of
 twodoubles. | 
| CompareToBuilder | CompareToBuilder. append(float[] lhs,
      float[] rhs)Appends to the  builderthe deep comparison of
 twofloatarrays. | 
| CompareToBuilder | CompareToBuilder. append(float lhs,
      float rhs)Appends to the  builderthe comparison of
 twofloats. | 
| CompareToBuilder | CompareToBuilder. append(int[] lhs,
      int[] rhs)Appends to the  builderthe deep comparison of
 twointarrays. | 
| CompareToBuilder | CompareToBuilder. append(int lhs,
      int rhs)Appends to the  builderthe comparison of
 twoints. | 
| CompareToBuilder | CompareToBuilder. append(long[] lhs,
      long[] rhs)Appends to the  builderthe deep comparison of
 twolongarrays. | 
| CompareToBuilder | CompareToBuilder. append(long lhs,
      long rhs)Appends to the  builderthe comparison of
 twolongs. | 
| CompareToBuilder | CompareToBuilder. append(Object[] lhs,
      Object[] rhs)Appends to the  builderthe deep comparison of
 twoObjectarrays. | 
| CompareToBuilder | CompareToBuilder. append(Object[] lhs,
      Object[] rhs,
      Comparator<?> comparator)Appends to the  builderthe deep comparison of
 twoObjectarrays. | 
| CompareToBuilder | CompareToBuilder. append(Object lhs,
      Object rhs)Appends to the  builderthe comparison of
 twoObjects. | 
| CompareToBuilder | CompareToBuilder. append(Object lhs,
      Object rhs,
      Comparator<?> comparator)Appends to the  builderthe comparison of
 twoObjects. | 
| CompareToBuilder | CompareToBuilder. append(short[] lhs,
      short[] rhs)Appends to the  builderthe deep comparison of
 twoshortarrays. | 
| CompareToBuilder | CompareToBuilder. append(short lhs,
      short rhs)Appends to the  builderthe comparison of
 twoshorts. | 
| CompareToBuilder | CompareToBuilder. appendSuper(int superCompareTo)Appends to the  builderthecompareTo(Object)result of the superclass. | 
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.