A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

ASCII_ALPHA - Static variable in class org.apache.commons.lang.CharSet
A CharSet defining ASCII alphabetic characters "a-zA-Z".
ASCII_ALPHA_LOWER - Static variable in class org.apache.commons.lang.CharSet
A CharSet defining ASCII alphabetic characters "a-z".
ASCII_ALPHA_UPPER - Static variable in class org.apache.commons.lang.CharSet
A CharSet defining ASCII alphabetic characters "A-Z".
ASCII_NUMERIC - Static variable in class org.apache.commons.lang.CharSet
A CharSet defining ASCII alphabetic characters "0-9".
AWT_TOOLKIT - Static variable in class org.apache.commons.lang.SystemUtils
The awt.toolkit System Property.
ArrayUtils - class org.apache.commons.lang.ArrayUtils.
Operations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).
ArrayUtils() - Constructor for class org.apache.commons.lang.ArrayUtils
ArrayUtils instances should NOT be constructed in standard programming.
abbreviate(String, int) - Static method in class org.apache.commons.lang.StringUtils
Abbreviates a String using ellipses.
abbreviate(String, int, int) - Static method in class org.apache.commons.lang.StringUtils
Abbreviates a String using ellipses.
abbreviate(String, int, int, String) - Static method in class org.apache.commons.lang.WordUtils
Abbreviates a string nicely.
abs() - Method in class org.apache.commons.lang.math.Fraction
Gets a fraction that is the positive equivalent of this one.
accept(Field) - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
Returns whether or not to append the given Field.
add(Object[], Object) - Static method in class org.apache.commons.lang.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(boolean[], boolean) - Static method in class org.apache.commons.lang.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(byte[], byte) - Static method in class org.apache.commons.lang.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(char[], char) - Static method in class org.apache.commons.lang.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(double[], double) - Static method in class org.apache.commons.lang.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(float[], float) - Static method in class org.apache.commons.lang.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(int[], int) - Static method in class org.apache.commons.lang.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(long[], long) - Static method in class org.apache.commons.lang.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(short[], short) - Static method in class org.apache.commons.lang.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(Object[], int, Object) - Static method in class org.apache.commons.lang.ArrayUtils
Inserts the specified element at the specified position in the array.
add(boolean[], int, boolean) - Static method in class org.apache.commons.lang.ArrayUtils
Inserts the specified element at the specified position in the array.
add(char[], int, char) - Static method in class org.apache.commons.lang.ArrayUtils
Inserts the specified element at the specified position in the array.
add(byte[], int, byte) - Static method in class org.apache.commons.lang.ArrayUtils
Inserts the specified element at the specified position in the array.
add(short[], int, short) - Static method in class org.apache.commons.lang.ArrayUtils
Inserts the specified element at the specified position in the array.
add(int[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
Inserts the specified element at the specified position in the array.
add(long[], int, long) - Static method in class org.apache.commons.lang.ArrayUtils
Inserts the specified element at the specified position in the array.
add(float[], int, float) - Static method in class org.apache.commons.lang.ArrayUtils
Inserts the specified element at the specified position in the array.
add(double[], int, double) - Static method in class org.apache.commons.lang.ArrayUtils
Inserts the specified element at the specified position in the array.
add(String) - Method in class org.apache.commons.lang.CharSet
Add a set definition string to the CharSet.
add(Fraction) - Method in class org.apache.commons.lang.math.Fraction
Adds the value of this fraction to another, returning the result in reduced form.
add(byte) - Method in class org.apache.commons.lang.mutable.MutableByte
Adds a value.
add(Number) - Method in class org.apache.commons.lang.mutable.MutableByte
Adds a value.
add(double) - Method in class org.apache.commons.lang.mutable.MutableDouble
Adds a value.
add(Number) - Method in class org.apache.commons.lang.mutable.MutableDouble
Adds a value.
add(float) - Method in class org.apache.commons.lang.mutable.MutableFloat
Adds a value.
add(Number) - Method in class org.apache.commons.lang.mutable.MutableFloat
Adds a value.
add(int) - Method in class org.apache.commons.lang.mutable.MutableInt
Adds a value.
add(Number) - Method in class org.apache.commons.lang.mutable.MutableInt
Adds a value.
add(long) - Method in class org.apache.commons.lang.mutable.MutableLong
Adds a value.
add(Number) - Method in class org.apache.commons.lang.mutable.MutableLong
Adds a value.
add(short) - Method in class org.apache.commons.lang.mutable.MutableShort
Adds a value.
add(Number) - Method in class org.apache.commons.lang.mutable.MutableShort
Adds a value.
add(Object) - Method in class org.apache.commons.lang.text.StrTokenizer
Unsupported ListIterator operation.
add(Date, int, int) - Static method in class org.apache.commons.lang.time.DateUtils
Deprecated. Will become privately scoped in 3.0
addAll(Object[], Object[]) - Static method in class org.apache.commons.lang.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(boolean[], boolean[]) - Static method in class org.apache.commons.lang.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(char[], char[]) - Static method in class org.apache.commons.lang.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(byte[], byte[]) - Static method in class org.apache.commons.lang.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(short[], short[]) - Static method in class org.apache.commons.lang.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(int[], int[]) - Static method in class org.apache.commons.lang.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(long[], long[]) - Static method in class org.apache.commons.lang.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(float[], float[]) - Static method in class org.apache.commons.lang.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(double[], double[]) - Static method in class org.apache.commons.lang.ArrayUtils
Adds all the elements of the given arrays into a new array.
addCauseMethodName(String) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
Adds to the list of method names used in the search for Throwable objects.
addDays(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
Adds a number of days to a date returning a new object.
addHours(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
Adds a number of hours to a date returning a new object.
addMilliseconds(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
Adds a number of milliseconds to a date returning a new object.
addMinutes(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
Adds a number of minutes to a date returning a new object.
addMonths(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
Adds a number of months to a date returning a new object.
addSeconds(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
Adds a number of seconds to a date returning a new object.
addWeeks(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
Adds a number of weeks to a date returning a new object.
addYears(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
Adds a number of years to a date returning a new object.
allElementsOfType(Collection, Class, String) - Static method in class org.apache.commons.lang.Validate
Validate an argument, throwing IllegalArgumentException if the argument collection is null or has elements that are not of type clazz or a subclass.
allElementsOfType(Collection, Class) - Static method in class org.apache.commons.lang.Validate
Validate an argument, throwing IllegalArgumentException if the argument collection is null or has elements that are not of type clazz or a subclass.
append(Object, Object) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the comparison of two Objects.
append(Object, Object, Comparator) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the comparison of two Objects.
append(long, long) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the comparison of two longs.
append(int, int) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the comparison of two ints.
append(short, short) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the comparison of two shorts.
append(char, char) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the comparison of two chars.
append(byte, byte) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the comparison of two bytes.
append(double, double) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the comparison of two doubles.
append(float, float) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the comparison of two floats.
append(boolean, boolean) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the comparison of two booleanss.
append(Object[], Object[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the deep comparison of two Object arrays.
append(Object[], Object[], Comparator) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the deep comparison of two Object arrays.
append(long[], long[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the deep comparison of two long arrays.
append(int[], int[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the deep comparison of two int arrays.
append(short[], short[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the deep comparison of two short arrays.
append(char[], char[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the deep comparison of two char arrays.
append(byte[], byte[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the deep comparison of two byte arrays.
append(double[], double[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the deep comparison of two double arrays.
append(float[], float[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the deep comparison of two float arrays.
append(boolean[], boolean[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the deep comparison of two boolean arrays.
append(Object, Object) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Test if two Objects are equal using their equals method.
append(long, long) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Test if two long s 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 by doubleToLong are 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 Object arrays.
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(boolean) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a boolean.
append(boolean[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a boolean array.
append(byte) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a byte.
append(byte[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a byte array.
append(char) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a char.
append(char[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a char array.
append(double) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a double.
append(double[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a double array.
append(float) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a float.
append(float[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a float array.
append(int) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for an int.
append(int[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for an int array.
append(long) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a long.
append(long[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a long array.
append(Object) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for an Object.
append(Object[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for an Object array.
append(short) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a short.
append(short[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a short array.
append(boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a boolean value.
append(boolean[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a boolean array.
append(byte) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a byte value.
append(byte[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a byte array.
append(char) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a char value.
append(char[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a char array.
append(double) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a double value.
append(double[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a double array.
append(float) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a float value.
append(float[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a float array.
append(int) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an int value.
append(int[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an int array.
append(long) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a long value.
append(long[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a long array.
append(Object) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an Object value.
append(Object[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an Object array.
append(short) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a short value.
append(short[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a short array.
append(String, boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a boolean value.
append(String, boolean[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a boolean array.
append(String, boolean[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a boolean array.
append(String, byte) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an byte value.
append(String, byte[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a byte array.
append(String, byte[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a byte array.
append(String, char) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a char value.
append(String, char[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a char array.
append(String, char[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a char array.
append(String, double) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a double value.
append(String, double[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a double array.
append(String, double[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a double array.
append(String, float) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an float value.
append(String, float[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a float array.
append(String, float[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a float array.
append(String, int) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an int value.
append(String, int[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an int array.
append(String, int[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an int array.
append(String, long) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a long value.
append(String, long[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a long array.
append(String, long[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a long array.
append(String, Object) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an Object value.
append(String, Object, boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an Object value.
append(String, Object[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an Object array.
append(String, Object[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an Object array.
append(String, short) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an short value.
append(String, short[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a short array.
append(String, short[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a short array.
append(StringBuffer, String, Object, Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an Object value, printing the full toString of the Object passed in.
append(StringBuffer, String, long) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a long value.
append(StringBuffer, String, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an int value.
append(StringBuffer, String, short) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a short value.
append(StringBuffer, String, byte) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a byte value.
append(StringBuffer, String, char) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a char value.
append(StringBuffer, String, double) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a double value.
append(StringBuffer, String, float) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a float value.
append(StringBuffer, String, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a boolean value.
append(StringBuffer, String, Object[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an Object array.
append(StringBuffer, String, long[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a long array.
append(StringBuffer, String, int[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an int array.
append(StringBuffer, String, short[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a short array.
append(StringBuffer, String, byte[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a byte array.
append(StringBuffer, String, char[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a char array.
append(StringBuffer, String, double[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a double array.
append(StringBuffer, String, float[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a float array.
append(StringBuffer, String, boolean[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a boolean array.
append(Object) - Method in class org.apache.commons.lang.text.StrBuilder
Appends an object to this string builder.
append(String) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a string to this string builder.
append(String, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends part of a string to this string builder.
append(StringBuffer) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a string buffer to this string builder.
append(StringBuffer, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends part of a string buffer to this string builder.
append(StrBuilder) - Method in class org.apache.commons.lang.text.StrBuilder
Appends another string builder to this string builder.
append(StrBuilder, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends part of a string builder to this string builder.
append(char[]) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a char array to the string builder.
append(char[], int, int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a char array to the string builder.
append(boolean) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a boolean value to the string builder.
append(char) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a char value to the string builder.
append(int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends an int value to the string builder using String.valueOf.
append(long) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a long value to the string builder using String.valueOf.
append(float) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a float value to the string builder using String.valueOf.
append(double) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a double value to the string builder using String.valueOf.
appendAll(Object[]) - Method in class org.apache.commons.lang.text.StrBuilder
Appends each item in an array to the builder without any separators.
appendAll(Collection) - Method in class org.apache.commons.lang.text.StrBuilder
Appends each item in a collection to the builder without any separators.
appendAll(Iterator) - Method in class org.apache.commons.lang.text.StrBuilder
Appends each item in an iterator to the builder without any separators.
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 toString the class name.
appendContentEnd(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the content end.
appendContentStart(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the content start.
appendCyclicObject(StringBuffer, String, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an Object value that has been detected to participate in a cycle.
appendDetail(StringBuffer, String, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an Object value, printing the full detail of the Object.
appendDetail(StringBuffer, String, Collection) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a Collection.
appendDetail(StringBuffer, String, Map) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a Map.
appendDetail(StringBuffer, String, long) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a long value.
appendDetail(StringBuffer, String, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an int value.
appendDetail(StringBuffer, String, short) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a short value.
appendDetail(StringBuffer, String, byte) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a byte value.
appendDetail(StringBuffer, String, char) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a char value.
appendDetail(StringBuffer, String, double) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a double value.
appendDetail(StringBuffer, String, float) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a float value.
appendDetail(StringBuffer, String, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a boolean value.
appendDetail(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of an Object array.
appendDetail(StringBuffer, String, long[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of a long array.
appendDetail(StringBuffer, String, int[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of an int array.
appendDetail(StringBuffer, String, short[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of a short array.
appendDetail(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of a byte array.
appendDetail(StringBuffer, String, char[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of a char array.
appendDetail(StringBuffer, String, double[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of a double array.
appendDetail(StringBuffer, String, float[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of a float array.
appendDetail(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of a boolean array.
appendEnd(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the end of data indicator.
appendFieldEnd(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the field end.
appendFieldSeparator(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the field separator.
appendFieldStart(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the 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.
appendFixedWidthPadLeft(Object, int, char) - Method in class org.apache.commons.lang.text.StrBuilder
Appends an object to the builder padding on the left to a fixed width.
appendFixedWidthPadLeft(int, int, char) - Method in class org.apache.commons.lang.text.StrBuilder
Appends an object to the builder padding on the left to a fixed width.
appendFixedWidthPadRight(Object, int, char) - Method in class org.apache.commons.lang.text.StrBuilder
Appends an object to the builder padding on the right to a fixed length.
appendFixedWidthPadRight(int, int, char) - Method in class org.apache.commons.lang.text.StrBuilder
Appends an object to the builder padding on the right to a fixed length.
appendIdentityHashCode(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append the System.identityHashCode(java.lang.Object).
appendIdentityToString(StringBuffer, Object) - Static method in class org.apache.commons.lang.ObjectUtils
Deprecated. The design of this method is bad - see LANG-360. Instead, use identityToString(StringBuffer, Object).
appendInternal(StringBuffer, String, Object, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an Object, correctly interpreting its type.
appendNewLine() - Method in class org.apache.commons.lang.text.StrBuilder
Appends the new line string to this string builder.
appendNull() - Method in class org.apache.commons.lang.text.StrBuilder
Appends the text representing null to this string builder.
appendNullText(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an indicator for null.
appendPadding(int, char) - Method in class org.apache.commons.lang.text.StrBuilder
Appends the pad character to the builder the specified number of times.
appendSeparator(String) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a separator if the builder is currently non-empty.
appendSeparator(char) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a separator if the builder is currently non-empty.
appendSeparator(String, int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a separator to the builder if the loop index is greater than zero.
appendSeparator(char, int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a separator to the builder if the loop index is greater than zero.
appendStart(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the start of data indicator.
appendSummary(StringBuffer, String, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an Object value, printing a summary of the Object.
appendSummary(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of an Object array.
appendSummary(StringBuffer, String, long[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of a long array.
appendSummary(StringBuffer, String, int[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of an int array.
appendSummary(StringBuffer, String, short[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of a short array.
appendSummary(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of a byte array.
appendSummary(StringBuffer, String, char[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of a char array.
appendSummary(StringBuffer, String, double[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of a double array.
appendSummary(StringBuffer, String, float[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of a float array.
appendSummary(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of a boolean array.
appendSummarySize(StringBuffer, String, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a size summary.
appendSuper(int) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Appends to the builder the compareTo(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 toString from the superclass.
appendSuper(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the superclass toString.
appendToString(String) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append the toString from another object.
appendToString(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString another toString.
appendWithSeparators(Object[], String) - Method in class org.apache.commons.lang.text.StrBuilder
Appends an array placing separators between each value, but not before the first or after the last.
appendWithSeparators(Collection, String) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a collection placing separators between each value, but not before the first or after the last.
appendWithSeparators(Iterator, String) - Method in class org.apache.commons.lang.text.StrBuilder
Appends an iterator placing separators between each value, but not before the first or after the last.
appendln(Object) - Method in class org.apache.commons.lang.text.StrBuilder
Appends an object followed by a new line to this string builder.
appendln(String) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a string followed by a new line to this string builder.
appendln(String, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends part of a string followed by a new line to this string builder.
appendln(StringBuffer) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a string buffer followed by a new line to this string builder.
appendln(StringBuffer, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends part of a string buffer followed by a new line to this string builder.
appendln(StrBuilder) - Method in class org.apache.commons.lang.text.StrBuilder
Appends another string builder followed by a new line to this string builder.
appendln(StrBuilder, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends part of a string builder followed by a new line to this string builder.
appendln(char[]) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a char array followed by a new line to the string builder.
appendln(char[], int, int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a char array followed by a new line to the string builder.
appendln(boolean) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a boolean value followed by a new line to the string builder.
appendln(char) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a char value followed by a new line to the string builder.
appendln(int) - Method in class org.apache.commons.lang.text.StrBuilder
Appends an int value followed by a new line to the string builder using String.valueOf.
appendln(long) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a long value followed by a new line to the string builder using String.valueOf.
appendln(float) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a float value followed by a new line to the string builder using String.valueOf.
appendln(double) - Method in class org.apache.commons.lang.text.StrBuilder
Appends a double value followed by a new line to the string builder using String.valueOf.
applyPattern(String) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
Apply the specified pattern.
applyRules(Calendar, StringBuffer) - Method in class org.apache.commons.lang.time.FastDateFormat
Performs the formatting by applying the rules to the specified calendar.
asReader() - Method in class org.apache.commons.lang.text.StrBuilder
Gets the contents of this builder as a Reader.
asTokenizer() - Method in class org.apache.commons.lang.text.StrBuilder
Creates a tokenizer that can tokenize the contents of this builder.
asWriter() - Method in class org.apache.commons.lang.text.StrBuilder
Gets this builder as a Writer that can be written to.
availableLocaleList() - Static method in class org.apache.commons.lang.LocaleUtils
Obtains an unmodifiable list of installed locales.
availableLocaleSet() - Static method in class org.apache.commons.lang.LocaleUtils
Obtains an unmodifiable set of installed locales.

B

BYTE_MINUS_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
Reusable Byte constant for minus one.
BYTE_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
Reusable Byte constant for one.
BYTE_ZERO - Static variable in class org.apache.commons.lang.math.NumberUtils
Reusable Byte constant for zero.
BitField - class org.apache.commons.lang.BitField.
Operations on bit-mapped fields.
BitField(int) - Constructor for class org.apache.commons.lang.BitField
Creates a BitField instance.
BooleanUtils - class org.apache.commons.lang.BooleanUtils.
Operations on boolean primitives and Boolean objects.
BooleanUtils() - Constructor for class org.apache.commons.lang.BooleanUtils
BooleanUtils instances should NOT be constructed in standard programming.
booleanValue() - Method in class org.apache.commons.lang.mutable.MutableBoolean
Returns the value of this MutableBoolean as a boolean.
buffer - Variable in class org.apache.commons.lang.text.StrBuilder
Internal data storage.
byteValue() - Method in class org.apache.commons.lang.mutable.MutableByte
Returns the value of this MutableByte as a byte.

C

COMMON - Static variable in class org.apache.commons.lang.CharSet
A Map of the common cases used in the factory.
CR - Static variable in class org.apache.commons.lang.CharUtils
carriage return CR ('\r').
CharEncoding - class org.apache.commons.lang.CharEncoding.
Character encoding names required of every implementation of the Java platform.
CharEncoding() - Constructor for class org.apache.commons.lang.CharEncoding
 
CharRange - class org.apache.commons.lang.CharRange.
A contiguous range of characters, optionally negated.
CharRange(char) - Constructor for class org.apache.commons.lang.CharRange
Constructs a CharRange over a single character.
CharRange(char, boolean) - Constructor for class org.apache.commons.lang.CharRange
Constructs a CharRange over a single character, optionally negating the range.
CharRange(char, char) - Constructor for class org.apache.commons.lang.CharRange
Constructs a CharRange over a set of characters.
CharRange(char, char, boolean) - Constructor for class org.apache.commons.lang.CharRange
Constructs a CharRange over a set of characters, optionally negating the range.
CharSet - class org.apache.commons.lang.CharSet.
A set of characters.
CharSet(String) - Constructor for class org.apache.commons.lang.CharSet
Constructs a new CharSet using the set syntax.
CharSet(String[]) - Constructor for class org.apache.commons.lang.CharSet
Constructs a new CharSet using the set syntax.
CharSetUtils - class org.apache.commons.lang.CharSetUtils.
Operations on CharSets.
CharSetUtils() - Constructor for class org.apache.commons.lang.CharSetUtils
CharSetUtils instances should NOT be constructed in standard programming.
CharUtils - class org.apache.commons.lang.CharUtils.
Operations on char primitives and Character objects.
CharUtils() - Constructor for class org.apache.commons.lang.CharUtils
CharUtils instances should NOT be constructed in standard programming.
ClassUtils - class org.apache.commons.lang.ClassUtils.
Operates on classes without using reflection.
ClassUtils() - Constructor for class org.apache.commons.lang.ClassUtils
ClassUtils instances should NOT be constructed in standard programming.
CompareToBuilder - class org.apache.commons.lang.builder.CompareToBuilder.
Assists in implementing Comparable.compareTo(Object) methods.
CompareToBuilder() - Constructor for class org.apache.commons.lang.builder.CompareToBuilder
Constructor for CompareToBuilder.
CompositeFormat - class org.apache.commons.lang.text.CompositeFormat.
Formats using one formatter and parses using a different formatter.
CompositeFormat(Format, Format) - Constructor for class org.apache.commons.lang.text.CompositeFormat
Create a format that points its parseObject method to one implementation and its format method to another.
capacity() - Method in class org.apache.commons.lang.text.StrBuilder
Gets the current size of the internal character array buffer.
capitalise(String) - Static method in class org.apache.commons.lang.StringUtils
Deprecated. Use the standardly named StringUtils.capitalize(String). Method will be removed in Commons Lang 3.0.
capitaliseAllWords(String) - Static method in class org.apache.commons.lang.StringUtils
Deprecated. Use the relocated WordUtils.capitalize(String). Method will be removed in Commons Lang 3.0.
capitalize(String) - Static method in class org.apache.commons.lang.StringUtils
Capitalizes a String changing the first letter to title case as per Character.toTitleCase(char).
capitalize(String) - Static method in class org.apache.commons.lang.WordUtils
Capitalizes all the whitespace separated words in a String.
capitalize(String, char[]) - Static method in class org.apache.commons.lang.WordUtils
Capitalizes all the delimiter separated words in a String.
capitalizeFully(String) - Static method in class org.apache.commons.lang.WordUtils
Converts all the whitespace separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.
capitalizeFully(String, char[]) - Static method in class org.apache.commons.lang.WordUtils
Converts all the delimiter separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.
center(String, int) - Static method in class org.apache.commons.lang.StringUtils
Centers a String in a larger String of size size using the space character (' ').
center(String, int, char) - Static method in class org.apache.commons.lang.StringUtils
Centers a String in a larger String of size size.
center(String, int, String) - Static method in class org.apache.commons.lang.StringUtils
Centers a String in a larger String of size size.
charAt(int) - Method in class org.apache.commons.lang.text.StrBuilder
Gets the character at the specified index.
charMatcher(char) - Static method in class org.apache.commons.lang.text.StrMatcher
Constructor that creates a matcher from a character.
charSetMatcher(char[]) - Static method in class org.apache.commons.lang.text.StrMatcher
Constructor that creates a matcher from a set of characters.
charSetMatcher(String) - Static method in class org.apache.commons.lang.text.StrMatcher
Constructor that creates a matcher from a string representing a set of characters.
chomp(String) - Static method in class org.apache.commons.lang.StringUtils
Removes one newline from end of a String if it's there, otherwise leave it alone.