|
|||||||||
| Home >> All >> org >> apache >> commons >> lang >> [ builder overview ] | PREV NEXT | ||||||||
A
- a - Variable in class org.apache.commons.lang.builder.CompareToBuilderTest.TestObject
- a - Variable in class org.apache.commons.lang.builder.EqualsBuilderTest.TestACanEqualB
- a - Variable in class org.apache.commons.lang.builder.EqualsBuilderTest.TestObject
- a - Variable in class org.apache.commons.lang.builder.HashCodeBuilderTest.TestObject
- a - Variable in class org.apache.commons.lang.builder.ToStringBuilderTest.ReflectionTestCycleB
- a - Variable in class org.apache.commons.lang.builder.ToStringBuilderTest.ReflectionTestFixtureA
- accept(Field) - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
- Returns whether or not to append the given
Field. - append(Object, Object) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe comparison of twoObjects. - append(Object, Object, Comparator) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe comparison of twoObjects. - append(long, long) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe comparison of twolongs. - append(int, int) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe comparison of twoints. - append(short, short) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe comparison of twoshorts. - append(char, char) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe comparison of twochars. - append(byte, byte) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe comparison of twobytes. - append(double, double) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe comparison of twodoubles. - append(float, float) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe comparison of twofloats. - append(boolean, boolean) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe comparison of twobooleanss. - append(Object[], Object[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe deep comparison of twoObjectarrays. - append(Object[], Object[], Comparator) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe deep comparison of twoObjectarrays. - append(long[], long[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe deep comparison of twolongarrays. - append(int[], int[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe deep comparison of twointarrays. - append(short[], short[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe deep comparison of twoshortarrays. - append(char[], char[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe deep comparison of twochararrays. - append(byte[], byte[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe deep comparison of twobytearrays. - append(double[], double[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe deep comparison of twodoublearrays. - append(float[], float[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe deep comparison of twofloatarrays. - append(boolean[], boolean[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthe deep comparison of twobooleanarrays. - append(Object, Object) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Test if two
Objects are equal using theirequalsmethod. - append(long, long) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Test if two
longs are equal. - append(int, int) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Test if two
ints are equal. - append(short, short) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Test if two
shorts are equal. - append(char, char) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Test if two
chars are equal. - append(byte, byte) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Test if two
bytes are equal. - append(double, double) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Test if two
doubles are equal by testing that the pattern of bits returned bydoubleToLongare equal. - append(float, float) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Test if two
floats are equal byt testing that the pattern of bits returned by doubleToLong are equal. - append(boolean, boolean) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Test if two
booleanss are equal. - append(Object[], Object[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Performs a deep comparison of two
Objectarrays. - append(long[], long[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Deep comparison of array of
long. - append(int[], int[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Deep comparison of array of
int. - append(short[], short[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Deep comparison of array of
short. - append(char[], char[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Deep comparison of array of
char. - append(byte[], byte[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Deep comparison of array of
byte. - append(double[], double[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Deep comparison of array of
double. - append(float[], float[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Deep comparison of array of
float. - append(boolean[], boolean[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Deep comparison of array of
boolean. - append(Object) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor anObject. - append(long) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor along. - append(int) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor anint. - append(short) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor ashort. - append(char) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor achar. - append(byte) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor abyte. - append(double) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor adouble. - append(float) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor afloat. - append(boolean) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor aboolean. - append(Object[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor anObjectarray. - append(long[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor alongarray. - append(int[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor anintarray. - append(short[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor ashortarray. - append(char[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor achararray. - append(byte[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor abytearray. - append(double[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor adoublearray. - append(float[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor afloatarray. - append(boolean[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Append a
hashCodefor abooleanarray. - append(boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringabooleanvalue. - append(boolean[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringabooleanarray. - append(byte) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringabytevalue. - append(byte[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringabytearray. - append(char) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringacharvalue. - append(char[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringachararray. - append(double) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringadoublevalue. - append(double[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringadoublearray. - append(float) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringafloatvalue. - append(float[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringafloatarray. - append(int) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanintvalue. - append(int[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanintarray. - append(long) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringalongvalue. - append(long[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringalongarray. - append(Object) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanObjectvalue. - append(Object[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanObjectarray. - append(short) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringashortvalue. - append(short[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringashortarray. - append(String, boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringabooleanvalue. - append(String, boolean[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringabooleanarray. - append(String, boolean[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringabooleanarray. - append(String, byte) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanbytevalue. - append(String, byte[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringabytearray. - append(String, byte[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringabytearray. - append(String, char) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringacharvalue. - append(String, char[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringachararray. - append(String, char[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringachararray. - append(String, double) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringadoublevalue. - append(String, double[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringadoublearray. - append(String, double[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringadoublearray. - append(String, float) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanfloatvalue. - append(String, float[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringafloatarray. - append(String, float[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringafloatarray. - append(String, int) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanintvalue. - append(String, int[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanintarray. - append(String, int[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanintarray. - append(String, long) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringalongvalue. - append(String, long[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringalongarray. - append(String, long[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringalongarray. - append(String, Object) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanObjectvalue. - append(String, Object, boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanObjectvalue. - append(String, Object[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanObjectarray. - append(String, Object[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanObjectarray. - append(String, short) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringanshortvalue. - append(String, short[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringashortarray. - append(String, short[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append to the
toStringashortarray. - append(StringBuffer, String, Object, Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringanObjectvalue, printing the fulltoStringof theObjectpassed in. - append(StringBuffer, String, long) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringalongvalue. - append(StringBuffer, String, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringanintvalue. - append(StringBuffer, String, short) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringashortvalue. - append(StringBuffer, String, byte) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringabytevalue. - append(StringBuffer, String, char) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringacharvalue. - append(StringBuffer, String, double) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringadoublevalue. - append(StringBuffer, String, float) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringafloatvalue. - append(StringBuffer, String, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringabooleanvalue. - append(StringBuffer, String, Object[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringanObjectarray. - append(StringBuffer, String, long[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringalongarray. - append(StringBuffer, String, int[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringanintarray. - append(StringBuffer, String, short[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringashortarray. - append(StringBuffer, String, byte[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringabytearray. - append(StringBuffer, String, char[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringachararray. - append(StringBuffer, String, double[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringadoublearray. - append(StringBuffer, String, float[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringafloatarray. - append(StringBuffer, String, boolean[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringabooleanarray. - appendAsObjectToString(Object) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Appends with the same format as the default
Object toString()method. - appendClassName(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe class name. - appendContentEnd(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe content end. - appendContentStart(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe content start. - appendDetail(StringBuffer, String, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringanObjectvalue, printing the full detail of theObject. - appendDetail(StringBuffer, String, Collection) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringaCollection. - appendDetail(StringBuffer, String, Map) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringaMap.- appendDetail(StringBuffer, String, long) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringalongvalue.- appendDetail(StringBuffer, String, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringanintvalue.- appendDetail(StringBuffer, String, short) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringashortvalue.- appendDetail(StringBuffer, String, byte) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringabytevalue.- appendDetail(StringBuffer, String, char) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringacharvalue.- appendDetail(StringBuffer, String, double) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringadoublevalue.- appendDetail(StringBuffer, String, float) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringafloatvalue.- appendDetail(StringBuffer, String, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringabooleanvalue.- appendDetail(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe detail of anObjectarray.- appendDetail(StringBuffer, String, long[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe detail of alongarray.- appendDetail(StringBuffer, String, int[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe detail of anintarray.- appendDetail(StringBuffer, String, short[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe detail of ashortarray.- appendDetail(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe detail of abytearray.- appendDetail(StringBuffer, String, char[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe detail of achararray.- appendDetail(StringBuffer, String, double[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe detail of adoublearray.- appendDetail(StringBuffer, String, float[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe detail of afloatarray.- appendDetail(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe detail of abooleanarray.- appendEnd(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe end of data indicator.- appendFieldEnd(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe field end.>- appendFieldSeparator(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe field separator.- appendFieldStart(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe field start.- appendFieldsIn(Class) - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
- Appends the fields and values defined by the given object of the given Class.
- appendIdentityHashCode(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append the System.identityHashCode(java.lang.Object)
System.identityHashCode(java.lang.Object)55 .- appendInternal(StringBuffer, String, Object, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringanObject, correctly interpreting its type.- appendNullText(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringan indicator fornull.- appendStart(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe start of data indicator.- appendStatics - Variable in class org.apache.commons.lang.builder.ReflectionToStringBuilder
- Whether or not to append static fields.
- appendSummary(StringBuffer, String, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringanObjectvalue, printing a summary of theObject.- appendSummary(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringa summary of anObjectarray.- appendSummary(StringBuffer, String, long[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringa summary of alongarray.- appendSummary(StringBuffer, String, int[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringa summary of anintarray.- appendSummary(StringBuffer, String, short[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringa summary of ashortarray.- appendSummary(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringa summary of abytearray.- appendSummary(StringBuffer, String, char[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringa summary of achararray.- appendSummary(StringBuffer, String, double[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringa summary of adoublearray.- appendSummary(StringBuffer, String, float[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringa summary of afloatarray.- appendSummary(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringa summary of abooleanarray.- appendSummarySize(StringBuffer, String, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringa size summary.- appendSuper(int) - Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builderthecompareTo(Object)result of the superclass.- appendSuper(boolean) - Method in class org.apache.commons.lang.builder.EqualsBuilder
- Adds the result of
super.equals()to this builder.- appendSuper(int) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
- Adds the result of super.hashCode() to this builder.
- appendSuper(String) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append the
toStringfrom the superclass.- appendSuper(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringthe superclass toString.- appendToString(String) - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append the
toStringfrom another object.- appendToString(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toStringanother toString.- appendTransients - Variable in class org.apache.commons.lang.builder.ReflectionToStringBuilder
- Whether or not to append transient fields.
- arrayContentDetail - Variable in class org.apache.commons.lang.builder.ToStringStyle
- The detail for array content.
- arrayEnd - Variable in class org.apache.commons.lang.builder.ToStringStyle
- The array end
'}'.- arraySeparator - Variable in class org.apache.commons.lang.builder.ToStringStyle
- The array separator
','.- arrayStart - Variable in class org.apache.commons.lang.builder.ToStringStyle
- The array start
'{'.- assertEqualsAndHashCodeContract(Object, Object, boolean) - Method in class org.apache.commons.lang.builder.HashCodeBuilderAndEqualsBuilderTest
- Asserts that if
lhsequalsrhsthen their hash codes MUST be identical.- assertReflectionArray(String, Object) - Method in class org.apache.commons.lang.builder.ToStringBuilderTest
- assertReflectionCompareContract(Object, Object, Object, boolean) - Method in class org.apache.commons.lang.builder.CompareToBuilderTest
- See "Effective Java" under "Consider Implementing Comparable".
- assertXYZCompareOrder(Object, Object, Object, boolean) - Method in class org.apache.commons.lang.builder.CompareToBuilderTest
B
- BuilderTestSuite - class org.apache.commons.lang.builder.BuilderTestSuite.
- Test suite for the Lang Builder package.
- BuilderTestSuite(String) - Constructor for class org.apache.commons.lang.builder.BuilderTestSuite
- Construct a new instance.
- b - Variable in class org.apache.commons.lang.builder.CompareToBuilderTest.TestSubObject
- b - Variable in class org.apache.commons.lang.builder.EqualsBuilderTest.TestBCanEqualA
- b - Variable in class org.apache.commons.lang.builder.EqualsBuilderTest.TestSubObject
- b - Variable in class org.apache.commons.lang.builder.HashCodeBuilderTest.TestSubObject
- b - Variable in class org.apache.commons.lang.builder.ToStringBuilderTest.ReflectionTestCycleA
- b - Variable in class org.apache.commons.lang.builder.ToStringBuilderTest.ReflectionTestFixtureB
- base - Variable in class org.apache.commons.lang.builder.DefaultToStringStyleTest
- base - Variable in class org.apache.commons.lang.builder.MultiLineToStringStyleTest
- base - Variable in class org.apache.commons.lang.builder.NoFieldNamesToStringStyleTest
- base - Variable in class org.apache.commons.lang.builder.ShortPrefixToStringStyleTest
- base - Variable in class org.apache.commons.lang.builder.SimpleToStringStyleTest
- base - Variable in class org.apache.commons.lang.builder.StandardToStringStyleTest
- base - Variable in class org.apache.commons.lang.builder.ToStringBuilderTest
- baseStr - Variable in class org.apache.commons.lang.builder.DefaultToStringStyleTest
- baseStr - Variable in class org.apache.commons.lang.builder.MultiLineToStringStyleTest
- baseStr - Variable in class org.apache.commons.lang.builder.NoFieldNamesToStringStyleTest
- baseStr - Variable in class org.apache.commons.lang.builder.ShortPrefixToStringStyleTest
- baseStr - Variable in class org.apache.commons.lang.builder.StandardToStringStyleTest
- baseStr - Variable in class org.apache.commons.lang.builder.ToStringBuilderTest
- buffer - Variable in class org.apache.commons.lang.builder.ToStringBuilder
- Current toString buffer.
C
- CompareToBuilder - class org.apache.commons.lang.builder.CompareToBuilder.
- Assists in implementing Comparable.compareTo(Object)>
Comparable.compareTo(Object)55 methods. - CompareToBuilder() - Constructor for class org.apache.commons.lang.builder.CompareToBuilder
- Constructor for CompareToBuilder.
- CompareToBuilderTest - class org.apache.commons.lang.builder.CompareToBuilderTest.
- Unit tests CompareToBuilder.
- CompareToBuilderTest(String) - Constructor for class org.apache.commons.lang.builder.CompareToBuilderTest
- CompareToBuilderTest.TestObject - class org.apache.commons.lang.builder.CompareToBuilderTest.TestObject.
- CompareToBuilderTest.TestObject(int) - Constructor for class org.apache.commons.lang.builder.CompareToBuilderTest.TestObject
- CompareToBuilderTest.TestSubObject - class org.apache.commons.lang.builder.CompareToBuilderTest.TestSubObject.
- CompareToBuilderTest.TestSubObject() - Constructor for class org.apache.commons.lang.builder.CompareToBuilderTest.TestSubObject
- CompareToBuilderTest.TestSubObject(int, int) - Constructor for class org.apache.commons.lang.builder.CompareToBuilderTest.TestSubObject
- CompareToBuilderTest.TestTransientSubObject - class org.apache.commons.lang.builder.CompareToBuilderTest.TestTransientSubObject.
- CompareToBuilderTest.TestTransientSubObject(int, int) - Constructor for class org.apache.commons.lang.builder.CompareToBuilderTest.TestTransientSubObject
- c - Variable in class org.apache.commons.lang.builder.HashCodeBuilderAndEqualsBuilderTest.AllTransientFixture
- c - Variable in class org.apache.commons.lang.builder.HashCodeBuilderAndEqualsBuilderTest.TestFixture
- compareTo(Object) - Method in class org.apache.commons.lang.builder.CompareToBuilderTest.TestObject
- comparison - Variable in class org.apache.commons.lang.builder.CompareToBuilder
- Current state of the comparison as appended fields are checked.
- contentEnd - Variable in class org.apache.commons.lang.builder.ToStringStyle
- The content end
']'. - contentStart - Variable in class org.apache.commons.lang.builder.ToStringStyle
- The content start
'['.
D
- DEFAULT_STYLE - Static variable in class org.apache.commons.lang.builder.ToStringStyle
- The default toString style.
- DefaultToStringStyleTest - class org.apache.commons.lang.builder.DefaultToStringStyleTest.
- Unit tests DefaultToStringStyleTest.
- DefaultToStringStyleTest(String) - Constructor for class org.apache.commons.lang.builder.DefaultToStringStyleTest
- defaultFullDetail - Variable in class org.apache.commons.lang.builder.ToStringStyle
- The value to use when fullDetail is
null, the default value istrue. - defaultStyle - Static variable in class org.apache.commons.lang.builder.ToStringBuilder
- The default style of output to use.
E
- EqualsBuilder - class org.apache.commons.lang.builder.EqualsBuilder.
- Assists in implementing Object.equals(Object)>
Object.equals(Object)55 methods. - EqualsBuilder() - Constructor for class org.apache.commons.lang.builder.EqualsBuilder
- Constructor for EqualsBuilder.
- EqualsBuilderTest - class org.apache.commons.lang.builder.EqualsBuilderTest.
- Unit tests EqualsBuilder.
- EqualsBuilderTest(String) - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest
- EqualsBuilderTest.TestACanEqualB - class org.apache.commons.lang.builder.EqualsBuilderTest.TestACanEqualB.
- EqualsBuilderTest.TestACanEqualB(int) - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest.TestACanEqualB
- EqualsBuilderTest.TestBCanEqualA - class org.apache.commons.lang.builder.EqualsBuilderTest.TestBCanEqualA.
- EqualsBuilderTest.TestBCanEqualA(int) - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest.TestBCanEqualA
- EqualsBuilderTest.TestEmptySubObject - class org.apache.commons.lang.builder.EqualsBuilderTest.TestEmptySubObject.
- EqualsBuilderTest.TestEmptySubObject(int) - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest.TestEmptySubObject
- EqualsBuilderTest.TestObject - class org.apache.commons.lang.builder.EqualsBuilderTest.TestObject.
- EqualsBuilderTest.TestObject() - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest.TestObject
- EqualsBuilderTest.TestObject(int) - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest.TestObject
- EqualsBuilderTest.TestSubObject - class org.apache.commons.lang.builder.EqualsBuilderTest.TestSubObject.
- EqualsBuilderTest.TestSubObject() - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest.TestSubObject
- EqualsBuilderTest.TestSubObject(int, int) - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest.TestSubObject
- EqualsBuilderTest.TestTSubObject - class org.apache.commons.lang.builder.EqualsBuilderTest.TestTSubObject.
- EqualsBuilderTest.TestTSubObject(int, int) - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest.TestTSubObject
- EqualsBuilderTest.TestTSubObject2 - class org.apache.commons.lang.builder.EqualsBuilderTest.TestTSubObject2.
- EqualsBuilderTest.TestTSubObject2(int, int) - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest.TestTSubObject2
- EqualsBuilderTest.TestTTLeafObject - class org.apache.commons.lang.builder.EqualsBuilderTest.TestTTLeafObject.
- EqualsBuilderTest.TestTTLeafObject(int, int, int, int) - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest.TestTTLeafObject
- EqualsBuilderTest.TestTTSubObject - class org.apache.commons.lang.builder.EqualsBuilderTest.TestTTSubObject.
- EqualsBuilderTest.TestTTSubObject(int, int, int) - Constructor for class org.apache.commons.lang.builder.EqualsBuilderTest.TestTTSubObject
- equals(Object) - Method in class org.apache.commons.lang.builder.CompareToBuilderTest.TestObject
- equals(Object) - Method in class org.apache.commons.lang.builder.CompareToBuilderTest.TestSubObject
- equals(Object) - Method in class org.apache.commons.lang.builder.EqualsBuilderTest.TestACanEqualB
- equals(Object) - Method in class org.apache.commons.lang.builder.EqualsBuilderTest.TestBCanEqualA
- equals(Object) - Method in class org.apache.commons.lang.builder.EqualsBuilderTest.TestObject
- equals(Object) - Method in class org.apache.commons.lang.builder.EqualsBuilderTest.TestSubObject
- equals(Object) - Method in class org.apache.commons.lang.builder.HashCodeBuilderTest.TestObject
- equals(Object) - Method in class org.apache.commons.lang.builder.HashCodeBuilderTest.TestSubObject
F
- fieldNameValueSeparator - Variable in class org.apache.commons.lang.builder.ToStringStyle
- The field name value separator
'='. - fieldSeparator - Variable in class org.apache.commons.lang.builder.ToStringStyle
- The field separator
','. - fieldSeparatorAtEnd - Variable in class org.apache.commons.lang.builder.ToStringStyle
- Whether the field separator should be added after any other fields.
- fieldSeparatorAtStart - Variable in class org.apache.commons.lang.builder.ToStringStyle
- Whether the field separator should be added before any other fields.
G
- getA() - Method in class org.apache.commons.lang.builder.CompareToBuilderTest.TestObject
- getA() - Method in class org.apache.commons.lang.builder.EqualsBuilderTest.TestACanEqualB
- getA() - Method in class org.apache.commons.lang.builder.EqualsBuilderTest.TestObject
- getA() - Method in class org.apache.commons.lang.builder.HashCodeBuilderTest.TestObject
- getArrayEnd() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the array end text.
- getArrayEnd() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the array end text.
- getArraySeparator() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the array separator text.
- getArraySeparator() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the array separator text.
- getArrayStart() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the array start text.
- getArrayStart() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the array start text.
- getB() - Method in class org.apache.commons.lang.builder.EqualsBuilderTest.TestBCanEqualA
- getB() - Method in class org.apache.commons.lang.builder.EqualsBuilderTest.TestSubObject
- getContentEnd() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the content end text.
- getContentEnd() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the content end text.
- getContentStart() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the content start text.
- getContentStart() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the content start text.
- getDefaultStyle() - Static method in class org.apache.commons.lang.builder.ToStringBuilder
- Gets the default
ToStringStyleto use. - getFieldNameValueSeparator() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the field name value separator text.
- getFieldNameValueSeparator() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the field name value separator text.
- getFieldSeparator() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the field separator text.
- getFieldSeparator() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the field separator text.
- getNullText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the text to output when
nullfound. - getNullText() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the text to output when
nullfound. - getObject() - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Returns the
Objectbeing output. - getOtherType() - Method in class org.apache.commons.lang.builder.ToStringBuilderTest.SelfInstanceTwoVarsReflectionTestFixture
- getRegistry() - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Returns the registry of objects being traversed by the
reflectionToStringmethods in the current thread. - getShortClassName(Class) - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the short class name for a class.
- getSizeEndText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the end text to output when a
Collection,MaporArraysize is output. - getSizeEndText() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the end text to output when a
Collection,Mapor array size is output. - getSizeStartText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the text to output when a
Collection,MaporArraysize is output. - getSizeStartText() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the start text to output when a
Collection,Mapor array size is output. - getStringBuffer() - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Gets the
StringBufferbeing populated. - getStyle() - Method in class org.apache.commons.lang.builder.ToStringBuilder
- Gets the
ToStringStylebeing used. - getSummaryObjectEndText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the end text to output when an
Objectis output in summary mode. - getSummaryObjectEndText() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the end text to output when an
Objectis output in summary mode. - getSummaryObjectStartText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
- Gets the start text to output when an
Objectis output in summary mode. - getSummaryObjectStartText() - Method in class org.apache.commons.lang.builder.ToStringStyle
- Gets the start text to output when an
Objectis output in summary mode. - getT() - Method in class org.apache.commons.lang.builder.EqualsBuilderTest.TestTSubObject2
- getUpToClass() - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
- Gets the last super class to stop appending fields for.
- getValue(Field) - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Calls
java.lang.reflect.Field.get(Object).
H
- HashCodeBuilder - class org.apache.commons.lang.builder.HashCodeBuilder.
- Assists in implementing Object.hashCode()>
Object.hashCode()55 methods. - HashCodeBuilder() - Constructor for class org.apache.commons.lang.builder.HashCodeBuilder
- Uses two hard coded choices for the constants
needed to build a
hashCode. - HashCodeBuilder(int, int) - Constructor for class org.apache.commons.lang.builder.HashCodeBuilder
- Two randomly chosen, non-zero, odd numbers must be passed in.
- HashCodeBuilderAndEqualsBuilderTest - class org.apache.commons.lang.builder.