A B C D E F G H I J K L M N O P 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".
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.
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(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.
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.
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 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 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(Object) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for an Object.
append(long) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a long.
append(int) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for an int.
append(short) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a short.
append(char) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a char.
append(byte) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a byte.
append(double) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a double.
append(float) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a float.
append(boolean) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a boolean.
append(Object[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for an Object array.
append(long[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a long array.
append(int[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for an int array.
append(short[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a short array.
append(char[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a char array.
append(byte[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a byte array.
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 array.
append(boolean[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a boolean 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.
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.
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.
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
Appends the toString that would be produced by Object if a class did not override toString itself.
appendInternal(StringBuffer, String, Object, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an Object, correctly interpreting its type.
appendNullText(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an indicator for null.
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.
applyRules(Calendar, StringBuffer) - Method in class org.apache.commons.lang.time.FastDateFormat
Performs the formatting by applying the rules to the specified calendar.

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.

C

COMMON - Static variable in class org.apache.commons.lang.CharSet
A Map of the common cases used in the factory.
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.
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.
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.
capitalizeFully(String) - Static method in class org.apache.commons.lang.WordUtils
Capitalizes all the whitespace separated words in a String.
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.
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.
chomp(String, String) - Static method in class org.apache.commons.lang.StringUtils
Removes separator from the end of str if it's there, otherwise leave it alone.
chompLast(String) - Static method in class org.apache.commons.lang.StringUtils
Deprecated. Use StringUtils.chomp(String) instead. Method will be removed in Commons Lang 3.0.
chompLast(String, String) - Static method in class org.apache.commons.lang.StringUtils
Deprecated. Use StringUtils.chomp(String,String) instead. Method will be removed in Commons Lang 3.0.
chop(String) - Static method in class org.apache.commons.lang.StringUtils
Remove the last character from a String.
chopNewline(String) - Static method in class org.apache.commons.lang.StringUtils
Deprecated. Use StringUtils.chomp(String) instead. Method will be removed in Commons Lang 3.0.
clean(String) - Static method in class org.apache.commons.lang.StringUtils
Deprecated. Use the clearer named StringUtils.trimToEmpty(String). Method will be removed in Commons Lang 3.0.
clear(int) - Method in class org.apache.commons.lang.BitField
Clears the bits.
clearByte(byte) - Method in class org.apache.commons.lang.BitField
Clears the bits.
clearShort(short) - Method in class org.apache.commons.lang.BitField
Clears the bits.
clone(Object[]) - Static method in class org.apache.commons.lang.ArrayUtils
Shallow clones an array returning a typecast result and handling null.
clone(long[]) - Static method in class org.apache.commons.lang.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(int[]) - Static method in class org.apache.commons.lang.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(short[]) - Static method in class org.apache.commons.lang.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(char[]) - Static method in class org.apache.commons.lang.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(byte[]) - Static method in class org.apache.commons.lang.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(double[]) - Static method in class org.apache.commons.lang.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(float[]) - Static method in class org.apache.commons.lang.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(boolean[]) - Static method in class org.apache.commons.lang.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(Serializable) - Static method in class org.apache.commons.lang.SerializationUtils
Deep clone an Object using serialization.
compare(double, double) - Static method in class org.apache.commons.lang.NumberUtils
Deprecated. Compares two doubles for order.
compare(float, float) - Static method in class org.apache.commons.lang.NumberUtils
Deprecated. Compares two floats for order.
compare(double, double) - Static method in class org.apache.commons.lang.math.NumberUtils
Compares two doubles for order.
compare(float, float) - Static method in class org.apache.commons.lang.math.NumberUtils
Compares two floats for order.
compareTo(Object) - Method in class org.apache.commons.lang.enum.Enum
Tests for order.
compareTo(Object) - Method in class org.apache.commons.lang.enum.ValuedEnum
Tests for order.
compareTo(Object) - Method in class org.apache.commons.lang.math.Fraction
Compares this object to another based on size.
concatenate(Object[]) - Static method in class org.apache.commons.lang.StringUtils
Deprecated. Use the better named StringUtils.join(Object[]) instead. Method will be removed in Commons Lang 3.0.
contains(Object[], Object) - Static method in class org.apache.commons.lang.ArrayUtils
Checks if the object is in the given array.
contains(long[], long) - Static method in class org.apache.commons.lang.ArrayUtils
Checks if the value is in the given array.
contains(int[], int) - Static method in class org.apache.commons.lang.ArrayUtils
Checks if the value is in the given array.
contains(short[], short) - Static method in class org.apache.commons.lang.ArrayUtils
Checks if the value is in the given array.
contains(byte[], byte) - Static method in class org.apache.commons.lang.ArrayUtils
Checks if the value is in the given array.
contains(double[], double) - Static method in class org.apache.commons.lang.ArrayUtils
Checks if the value is in the given array.
contains(double[], double, double) - Static method in class org.apache.commons.lang.ArrayUtils
Checks if a value falling within the given tolerance is in the given array.
contains(float[], float) - Static method in class org.apache.commons.lang.ArrayUtils
Checks if the value is in the given array.
contains(boolean[], boolean) - Static method in class org.apache.commons.lang.ArrayUtils
Checks if the value is in the given array.
contains(char) - Method in class org.apache.commons.lang.CharRange
Is the character specified contained in this range.
contains(CharRange) - Method in class org.apache.commons.lang.CharRange
Are all the characters of the passed in range contained in this range.
contains(char) - Method in class org.apache.commons.lang.CharSet
Does the CharSet contain the specified character ch.
contains(String, char) - Static method in class org.apache.commons.lang.StringUtils
Checks if String contains a search character, handling null.
contains(String, String) - Static method in class org.apache.commons.lang.StringUtils
Find the first index within a String, handling null.
containsDouble(double) - Method in class org.apache.commons.lang.math.DoubleRange
Tests whether the specified double occurs within this range using double comparison.
containsDouble(Number) - Method in class org.apache.commons.lang.math.Range
Tests whether the specified Number occurs within this range using double comparison..
containsDouble(double) - Method in class org.apache.commons.lang.math.Range
Tests whether the specified double occurs within this range using double comparison.
containsFloat(float) - Method in class org.apache.commons.lang.math.FloatRange
Tests whether the specified float occurs within this range using float comparison.
containsFloat(Number) - Method in class org.apache.commons.lang.math.Range
Tests whether the specified Number occurs within this range using float comparison.
containsFloat(float) - Method in class org.apache.commons.lang.math.Range
Tests whether the specified float occurs within this range using float comparison.
containsInteger(int) - Method in class org.apache.commons.lang.math.IntRange
Tests whether the specified int occurs within this range using int comparison.
containsInteger(Number) - Method in class org.apache.commons.lang.math.Range
Tests whether the specified Number occurs within this range using int comparison..
containsInteger(int) - Method in class org.apache.commons.lang.math.Range
Tests whether the specified int occurs within this range using int comparison.
containsLong(long) - Method in class org.apache.commons.lang.math.LongRange
Tests whether the specified long occurs within this range using long comparison.
containsLong(Number) - Method in class org.apache.commons.lang.math.Range
Tests whether the specified Number occurs within this range using long comparison..
containsLong(long) - Method in class org.apache.commons.lang.math.Range
Tests whether the specified long occurs within this range using long comparison.
containsNone(String, char[]) - Static method in class org.apache.commons.lang.StringUtils
Checks that the String does not contain certain characters.
containsNone(String, String) - Static method in class org.apache.commons.lang.StringUtils
Checks that the String does not contain certain characters.
containsNumber(Number) - Method in class org.apache.commons.lang.math.DoubleRange
Tests whether the specified number occurs within this range using double comparison.
containsNumber(Number) - Method in class org.apache.commons.lang.math.FloatRange
Tests whether the specified number occurs within this range using float comparison.
containsNumber(Number) - Method in class org.apache.commons.lang.math.IntRange
Tests whether the specified number occurs within this range using int comparison.
containsNumber(Number) - Method in class org.apache.commons.lang.math.LongRange
Tests whether the specified number occurs within this range using long comparison.
containsNumber(Number) - Method in class org.apache.commons.lang.math.NumberRange
Tests whether the specified number occurs within this range.
containsNumber(Number) - Method in class org.apache.commons.lang.math.Range
Tests whether the specified Number occurs within this range.
containsOnly(String, char[]) - Static method in class org.apache.commons.lang.StringUtils
Checks if the String contains only certain characters.
containsOnly(String, String) - Static method in class org.apache.commons.lang.StringUtils
Checks if the String contains only certain characters.
containsRange(Range) - Method in class org.apache.commons.lang.math.DoubleRange
Tests whether the specified range occurs entirely within this range using double comparison.
containsRange(Range) - Method in class org.apache.commons.lang.math.FloatRange
Tests whether the specified range occurs entirely within this range using float comparison.
containsRange(Range) - Method in class org.apache.commons.lang.math.IntRange
Tests whether the specified range occurs entirely within this range using int comparison.
containsRange(Range) - Method in class org.apache.commons.lang.math.LongRange
Tests whether the specified range occurs entirely within this range using long comparison.
containsRange(Range) - Method in class org.apache.commons.lang.math.Range
Tests whether the specified range occurs entirely within this range.
convertClassNamesToClasses(List) - Static method in class org.apache.commons.lang.ClassUtils
Given a List of class names, this method converts them into classes.
convertClassesToClassNames(List) - Static method in class org.apache.commons.lang.ClassUtils
Given a List of Class objects, this method converts them into class names.
count(String, String) - Static method in class org.apache.commons.lang.CharSetUtils
Takes an argument in set-syntax, see evaluateSet, and returns the number of characters present in the specified string.
count(String, String[]) - Static method in class org.apache.commons.lang.CharSetUtils
Takes an argument in set-syntax, see evaluateSet, and returns the number of characters present in the specified string.
countMatches(String, String) - Static method in class org.apache.commons.lang.StringUtils
Counts how many times the substring appears in the larger String.
createBigDecimal(String) - Static method in class org.apache.commons.lang.NumberUtils
Deprecated. Convert a String to a BigDecimal.
createBigDecimal(String) - Static method in class org.apache.commons.lang.math.NumberUtils
Convert a String to a BigDecimal.
createBigInteger(String) - Static method in class org.apache.commons.lang.NumberUtils
Deprecated. Convert a String to a BigInteger.
createBigInteger(String) - Static method in class org.apache.commons.lang.math.NumberUtils
Convert a String to a BigInteger.
createDouble(String) - Static method in class org.apache.commons.lang.NumberUtils
Deprecated. Convert a String to a Double.
createDouble(String) - Static method in class org.apache.commons.lang.math.NumberUtils
Convert a String to a Double.
createFloat(String) - Static method in class org.apache.commons.lang.NumberUtils
Deprecated. Convert a String to a Float.
createFloat(String) - Static method in class org.apache.commons.lang.math.NumberUtils
Convert a String to a Float.
createInteger(String) - Static method in class org.apache.commons.lang.NumberUtils
Deprecated. Convert a String to a Integer, handling hex and octal notations.
createInteger(String) - Static method in class org.apache.commons.lang.math.NumberUtils
Convert a String to a Integer, handling hex and octal notations.
createLong(String) - Static method in class org.apache.commons.lang.NumberUtils
Deprecated. Convert a String to a Long.
createLong(String) - Static method in class org.apache.commons.lang.math.NumberUtils
Convert a String to a Long.
createNumber(String) - Static method in class org.apache.commons.lang.NumberUtils
Deprecated. Turns a string value into a java.lang.Number.
createNumber(String) - Static method in class org.apache.commons.lang.math.NumberUtils
Turns a string value into a java.lang.Number.

D

DEFAULT_STYLE - Static variable in class org.apache.commons.lang.builder.ToStringStyle
The default toString style.
DOUBLE_MINUS_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
Reusable Double constant for minus one.
DOUBLE_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
Reusable Double constant for one.
DOUBLE_ZERO - Static variable in class org.apache.commons.lang.math.NumberUtils
Reusable Double constant for zero.
DateFormatUtils - class org.apache.commons.lang.time.DateFormatUtils.
Date and time formatting utilites and constants.
DateFormatUtils() - Constructor for class org.apache.commons.lang.time.DateFormatUtils
DateFormatUtils instances should NOT be constructed in standard programming.
DateUtils - class org.apache.commons.lang.time.DateUtils.
A suite of utilities surrounding the use of the Calendar and Date object.
DateUtils() - Constructor for class org.apache.commons.lang.time.DateUtils
DateUtils instances should NOT be constructed in standard programming.
DoubleRange - class org.apache.commons.lang.math.DoubleRange.
DoubleRange represents an inclusive range of doubles.
DoubleRange(double) - Constructor for class org.apache.commons.lang.math.DoubleRange
Constructs a new DoubleRange using the specified number as both the minimum and maximum in this range.
DoubleRange(Number) - Constructor for class org.apache.commons.lang.math.DoubleRange
Constructs a new DoubleRange using the specified number as both the minimum and maximum in this range.
DoubleRange(double, double) - Constructor for class org.apache.commons.lang.math.DoubleRange
Constructs a new DoubleRange with the specified minimum and maximum numbers (both inclusive).
DoubleRange(Number, Number) - Constructor for class org.apache.commons.lang.math.DoubleRange
Constructs a new DoubleRange with the specified minimum and maximum numbers (both inclusive).
defaultIfNull(Object, Object) - Static method in class org.apache.commons.lang.ObjectUtils
Returns a default value if the object passed is null.
defaultString(String) - Static method in class org.apache.commons.lang.StringUtils
Returns either the passed in String, or if the String is null, an empty String ("").
defaultString(String, String) - Static method in class org.apache.commons.lang.StringUtils
Returns either the passed in String, or if the String is null, an empty String ("").
delegate - Variable in class org.apache.commons.lang.exception.NestableError
The helper instance which contains much of the code which we delegate to.
delegate - Variable in class org.apache.commons.lang.exception.NestableException
The helper instance which contains much of the code which we delegate to.
delegate - Variable in class org.apache.commons.lang.exception.NestableRuntimeException
The helper instance which contains much of the code which we delegate to.
delete(String, String) - Static method in class org.apache.commons.lang.CharSetUtils
Takes an argument in set-syntax, see evaluateSet, and deletes any of characters present in the specified string.
delete(String, String[]) - Static method in class org.apache.commons.lang.CharSetUtils
Takes an argument in set-syntax, see evaluateSet, and deletes any of characters present in the specified string.
deleteSpaces(String) - Static method in class org.apache.commons.lang.StringUtils
Deprecated. Use the better localized StringUtils.deleteWhitespace(String). Method will be removed in Commons Lang 3.0.
deleteWhitespace(String) - Static method in class org.apache.commons.lang.StringUtils
Deletes all whitespaces from a String as defined by Character.isWhitespace(char).
deserialize(InputStream) - Static method in class org.apache.commons.lang.SerializationUtils
Deserializes an Object from the specified stream.
deserialize(byte[]) - Static method in class org.apache.commons.lang.SerializationUtils
Deserializes a single Object from an array of bytes.
difference(String, String) - Static method in class org.apache.commons.lang.StringUtils
Compares two Strings, and returns the portion where they differ.
divideBy(Fraction) - Method in class org.apache.commons.lang.math.Fraction
Divide the value of this fraction by another, returning the result in reduced form.
doubleValue() - Method in class org.apache.commons.lang.math.Fraction
Gets the fraction as a double.

E

EMPTY - Static variable in class org.apache.commons.lang.CharSet
A CharSet defining no cha