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

A

add(String) - Method in class org.apache.commons.lang.CharSet
Add a set definition string to the set
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.HashCodeBuilder
Append a hashCode for a long.
append(boolean[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a boolean array.
append(boolean[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a boolean array.
append(boolean[], boolean[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Deep comparison of array of boolean Length and all values are compared.
append(boolean[], boolean[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Deep comparison of array of boolean Length and all values are compared.
append(boolean, boolean) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Test if two booleanss are equal using ==.
append(boolean, boolean) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Test if two booleanss are <, > or ==.
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.HashCodeBuilder
Append a hashCode for a byte.
append(byte[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a byte array.
append(byte[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a byte array.
append(byte[], byte[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Deep comparison of array of byte Length and all values are compared.
append(byte[], byte[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Deep comparison of array of byte Length and all values are compared.
append(byte, byte) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Test if two bytes are equal using ==.
append(byte, byte) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Test if two bytes are <, > or ==.
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.HashCodeBuilder
Append a hashCode for a char.
append(char[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a char array.
append(char[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a char array.
append(char[], char[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Deep comparison of array of char Length and all values are compared.
append(char[], char[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Deep comparison of array of char Length and all values are compared.
append(char, char) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Test if two chars are equal using ==.
append(char, char) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Test if two chars are <, > or ==.
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.HashCodeBuilder
Append a hashCode for a double.
append(double[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a double array.
append(double[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a double array.
append(double[], double[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Deep comparison of array of double Length and all values are compared.
append(double[], double[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Deep comparison of array of double Length and all values are compared.
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(double, double) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Test if two doubles are <, > or ==.
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.HashCodeBuilder
Append a hashCode for a float.
append(float[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a float array.
append(float[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a float array.
append(float[], float[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Deep comparison of array of float Length and all values are compared.
append(float[], float[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Deep comparison of array of float Length and all values are compared.
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(float, float) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Test if two doubles are <, > or ==.
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.HashCodeBuilder
Append a hashCode for an int.
append(int[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a int array.
append(int[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for an int array.
append(int[], int[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Deep comparison of array of int Length and all values are compared.
append(int[], int[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Deep comparison of array of int Length and all values are compared.
append(int, int) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Test if two ints are equal using ==.
append(int, int) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Test if two ints are <, > or ==.
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.HashCodeBuilder
Append a hashCode for a long.
append(long[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a long array.
append(long[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a long array.
append(long[], long[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Deep comparison of array of long Length and all values are compared.
append(long[], long[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Deep comparison of array of long Length and all values are compared.
append(long, long) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Test if two longs are equal using ==.
append(long, long) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Test if two longs are <, > or ==.
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.HashCodeBuilder
Append a hashCode for an Object.
append(Object[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an Object array.
append(Object[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for an Object array.
append(Object[], Object[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Performs a deep comparison of two object arrays.
append(Object[], Object[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Performs a deep comparison of two object arrays.
append(Object, Object) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Test if two Objects are equal using their equals method.
append(Object, Object) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Test if two Objects are equal using either the compareTo method, or native comparison if the Objects are actually arrays.
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.HashCodeBuilder
Append a hashCode for a short.
append(short[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a short array.
append(short[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Append a hashCode for a short array.
append(short[], short[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Deep comparison of array of short Length and all values are compared.
append(short[], short[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Deep comparison of array of short Length and all values are compared.
append(short, short) - Method in class org.apache.commons.lang.builder.EqualsBuilder
Test if two shorts are equal using ==.
append(short, short) - Method in class org.apache.commons.lang.builder.CompareToBuilder
Test if two shorts are <, > or ==.
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 a hashCode for a boolean array.
append(String, boolean[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a boolean array.
append(StringBuffer, String, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a boolean value.
append(StringBuffer, String, boolean[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a boolean array.
append(StringBuffer, String, byte) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a byte value.
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) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a char value.
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) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a double value.
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) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a float value.
append(StringBuffer, String, float[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a float array.
append(StringBuffer, String, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an int value.
append(StringBuffer, String, int[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an int array.
append(StringBuffer, String, long) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a long value.
append(StringBuffer, String, long[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a long array.
append(StringBuffer, String, Object[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an Object 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, short) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a short value.
append(StringBuffer, String, short[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a short array.
append(String, byte) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a byte value.
append(String, byte[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append a hashCode for 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 a hashCode for 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 a hashCode for 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 a float value.
append(String, float[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append a hashCode for 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 a hashCode for 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 a hashCode for 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[]) - 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, Object, boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString an Object value.
append(String, short) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a short value.
append(String, short[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append a hashCode for a short array.
append(String, short[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
Append to the toString a short array.
appendClassName(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append the class name.
appendContentEnd(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append the content end to the buffer.
appendContentStart(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append the content start to the buffer.
appendDetail(StringBuffer, String, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a boolean value.
appendDetail(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of a boolean array.
appendDetail(StringBuffer, String, byte) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a byte value.
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 a char value.
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, Collection) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a Collection.
appendDetail(StringBuffer, String, double) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a double value.
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 a float value.
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, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an int value.
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, long) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a long value.
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, Map) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a Map.
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, Object[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of an Object array.
appendDetail(StringBuffer, String, short) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a short value.
appendDetail(StringBuffer, String, short[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString the detail of a short array.
appendEnd(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append the end of data indicator.
appendFieldEnd(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append the field end to the buffer.
appendFieldSeparator(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append the field separator to the buffer.
appendFieldStart(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append the field start to the buffer.
appendIdentityHashCode(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append the IdentityHashCode.
appendInternal(StringBuffer, String, Object, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString an Object, correctly interpretting its type.
appendNullText(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append an indicator for null to the buffer.
appendStart(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append the start of data indicator.
appendSummary(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of a boolean 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, int[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of an int 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, 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, short[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a summary of a short array.
appendSummarySize(StringBuffer, String, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
Append to the toString a size summary.
arrayContentDetail - Variable in class org.apache.commons.lang.builder.ToStringStyle
The detail for array content
arrayEnd - Variable in class org.apache.commons.lang.builder.ToStringStyle
The array end '}'
arraySeparator - Variable in class org.apache.commons.lang.builder.ToStringStyle
The array separator ','
arrayStart - Variable in class org.apache.commons.lang.builder.ToStringStyle
The array start '{'

B

buffer - Variable in class org.apache.commons.lang.builder.ToStringBuilder
Current toString buffer

C

capitalise(String) - Static method in class org.apache.commons.lang.StringUtils
Capitalise a string.
capitaliseAllWords(String) - Static method in class org.apache.commons.lang.StringUtils
Capitalise all the words in a string.
cause - Variable in class org.apache.commons.lang.exception.NestableRuntimeException
Holds the reference to the exception or error that caused this exception to be thrown.
cause - Variable in class org.apache.commons.lang.exception.NestableError
Holds the reference to the exception or error that caused this exception to be thrown.
cause - Variable in class org.apache.commons.lang.exception.NestableException
Holds the reference to the exception or error that caused this exception to be thrown.
CAUSE_METHOD_NAMES - Static variable in class org.apache.commons.lang.exception.ExceptionUtils
The names of methods commonly used to access a wrapped exception.
CAUSE_METHOD_PARAMS - Static variable in class org.apache.commons.lang.exception.ExceptionUtils
The empty parameter list passed to methods used to access a wrapped exception.
center(String, int) - Static method in class org.apache.commons.lang.StringUtils
Center a string in a larger string of size n.
center(String, int, String) - Static method in class org.apache.commons.lang.StringUtils
Center a string in a larger string of size n.
cEnumClasses - Static variable in class org.apache.commons.lang.enum.Enum
Map, key of class name, value of Entry.
CharRange - class org.apache.commons.lang.CharRange.
A range of characters.
CharRange(char) - Constructor for class org.apache.commons.lang.CharRange
Construct a CharRange over a single character.
CharRange(char, char) - Constructor for class org.apache.commons.lang.CharRange
Construct a CharRange over a set of characters.
CharRange(String, String) - Constructor for class org.apache.commons.lang.CharRange
Construct a CharRange over a set of characters.
CharSet - class org.apache.commons.lang.CharSet.
A set of characters.
CharSet(String[]) - Constructor for class org.apache.commons.lang.CharSet
Restricted constructor.
CharSetUtils - class org.apache.commons.lang.CharSetUtils.
Numerous routines to manipulate a character set.
CharSetUtils() - Constructor for class org.apache.commons.lang.CharSetUtils
CharSetUtils instances should NOT be constructed in standard programming.
chomp(String) - Static method in class org.apache.commons.lang.StringUtils
Remove the last newline, and everything after it from a String.
chomp(String, String) - Static method in class org.apache.commons.lang.StringUtils
Remove the last value of a supplied String, and everything after it from a String.
chompLast(String) - Static method in class org.apache.commons.lang.StringUtils
Remove a newline if and only if it is at the end of the supplied string.
chompLast(String, String) - Static method in class org.apache.commons.lang.StringUtils
Remove a value if and only if the string ends with that value.
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
Remove \n from end of a String if it's there.
clean(String) - Static method in class org.apache.commons.lang.StringUtils
Removes control characters, including whitespace, from both ends of this string, handling null by returning an empty string.
clone(Serializable) - Static method in class org.apache.commons.lang.SerializationUtils
Deep clone an object using serialization.
close - Variable in class org.apache.commons.lang.CharRange
 
compare(double, double) - Static method in class org.apache.commons.lang.NumberUtils
Compares two doubles for order.
compare(float, float) - Static method in class org.apache.commons.lang.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.
CompareToBuilder - class org.apache.commons.lang.builder.CompareToBuilder.
CompareTo generation routines.
CompareToBuilder() - Constructor for class org.apache.commons.lang.builder.CompareToBuilder
Constructor for CompareToBuilder.
comparison - Variable in class org.apache.commons.lang.builder.CompareToBuilder
If the fields tested are equals.
concatenate(Object[]) - Static method in class org.apache.commons.lang.StringUtils
Concatenates elements of an array into a single string.
contains(char) - Method in class org.apache.commons.lang.CharSet
Does the set contain the character specified
containsOnly(String, char[]) - Static method in class org.apache.commons.lang.StringUtils
Checks if the String contains only certain chars.
contentEnd - Variable in class org.apache.commons.lang.builder.ToStringStyle
The content end ']'
contentStart - Variable in class org.apache.commons.lang.builder.ToStringStyle
The content start '['
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
How many times is the substring in the larger string.
createBigDecimal(String) - Static method in class org.apache.commons.lang.NumberUtils
Convert a String to a BigDecimal
createBigInteger(String) - Static method in class org.apache.commons.lang.NumberUtils
Convert a String to a BigInteger
createDouble(String) - Static method in class org.apache.commons.lang.NumberUtils
Convert a String to a Double
createFloat(String) - Static method in class org.apache.commons.lang.NumberUtils
Convert a String to a Float
createInteger(String) - Static method in class org.apache.commons.lang.NumberUtils
Convert a String to a Integer, handling hex and octal notations.
createLong(String) - Static method in class org.apache.commons.lang.NumberUtils
Convert a String to a Long
createNumber(String) - Static method in class org.apache.commons.lang.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.
defaultFullDetail - Variable in class org.apache.commons.lang.builder.ToStringStyle
The value to use when fullDetail is null 'true'
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
Return either the passed in String, or if it is null, then an empty String.
defaultString(String, String) - Static method in class org.apache.commons.lang.StringUtils
Return either the passed in String, or if it is null, then a passed in default String.
defaultStyle - Static variable in class org.apache.commons.lang.builder.ToStringBuilder
The default style of output to use
delegate - Variable in class org.apache.commons.lang.exception.NestableRuntimeException
The helper instance which contains much of the code which we delegate to.
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.
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
Deletes all 'space' characters from a String.
deleteWhitespace(String) - Static method in class org.apache.commons.lang.StringUtils
Deletes all whitespace from a String.
deserialize(byte[]) - Static method in class org.apache.commons.lang.SerializationUtils
Deserializes a single object from an array of bytes.
deserialize(InputStream) - Static method in class org.apache.commons.lang.SerializationUtils
Deserializes an object from the specified stream.

E

EMPTY_MAP - Static variable in class org.apache.commons.lang.enum.Enum
An empty map, as JDK1.2 didn't have an empty map
Enum - class org.apache.commons.lang.enum.Enum.
Abstract superclass for type-safe enums.
Enum.Entry - class org.apache.commons.lang.enum.Enum.Entry.
Enable the iterator to retain the source code order
Enum.Entry() - Constructor for class org.apache.commons.lang.enum.Enum.Entry
Restrictive constructor
Enum(String) - Constructor for class org.apache.commons.lang.enum.Enum
Constructor to add a new named item to the enumeration.
EnumUtils - class org.apache.commons.lang.enum.EnumUtils.
Utility class for accessing and manipulating Enums.
EnumUtils() - Constructor for class org.apache.commons.lang.enum.EnumUtils
Restricted constructor
equals(Object) - Method in class org.apache.commons.lang.NumberRange
Indicates whether some other object is "equal" to this one.
equals(Object) - Method in class org.apache.commons.lang.enum.Enum
Tests for equality.
equals(Object, Object) - Static method in class org.apache.commons.lang.ObjectUtils
Compares two objects for equality, where either one or both objects may be null.
equals(String, String) - Static method in class org.apache.commons.lang.StringUtils
Compares two Strings, returning true if they are equal.
EqualsBuilder - class org.apache.commons.lang.builder.EqualsBuilder.
Equals generation routines.
EqualsBuilder() - Constructor for class org.apache.commons.lang.builder.EqualsBuilder
Constructor for EqualsBuilder.
equalsIgnoreCase(String, String) - Static method in class org.apache.commons.lang.StringUtils
Compares two Strings, returning true if they are equal ignoring case.
escape(String) - Static method in class org.apache.commons.lang.StringUtils
Escapes any values it finds into their String form.
evaluateSet(String[]) - Static method in class org.apache.commons.lang.CharSetUtils
Creates a CharSetUtils object which allows a certain amount of set logic to be performed upon the following syntax: "aeio" which implies 'a','e',..
ExceptionUtils - class org.apache.commons.lang.exception.ExceptionUtils.
Utility routines for manipulating Throwable objects.
ExceptionUtils() - Constructor for class org.apache.commons.lang.exception.ExceptionUtils
Constructs a new ExceptionUtils.

F

fieldNameValueSeparator - Variable in class org.apache.commons.lang.builder.ToStringStyle
The field name value separator '='
fieldSeparator - Variable in class org.apache.commons.lang.builder.ToStringStyle
The field separator ','
FILE_SEPARATOR - Static variable in class org.apache.commons.lang.SystemUtils
System Property: file.separator File separator ("/" on UNIX).

G

getArrayEnd() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the array end text.
getArrayEnd() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the array end text.
getArraySeparator() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the array separator text.
getArraySeparator() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the array separator text.
getArrayStart() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the array start text.
getArrayStart() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the array start text.
getCause() - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
getCause() - Method in class org.apache.commons.lang.exception.NestableError
 
getCause() - Method in class org.apache.commons.lang.exception.NestableException
 
getCause() - Method in interface org.apache.commons.lang.exception.Nestable
Returns the reference to the exception or error that caused the exception implementing the Nestable to be thrown.
getCause(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
Introspects the specified Throwable for a getCause(), getNextException(), getTargetException(), or getException() method which returns a Throwable object (standard as of JDK 1.4, and part of the NestableException API), extracting and returning the cause of the exception.
getCause(Throwable, String[]) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
Extends the API of ExceptionUtils.getCause(Throwable) by introspecting for only user-specified method names.
getCauseUsingFieldName(Throwable, String) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
 
getCauseUsingMethodName(Throwable, String) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
 
getCauseUsingWellKnownTypes(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
Uses instanceof checks to examine the exception, looking for well known types which could contain chained or wrapped exceptions.
getChomp(String, String) - Static method in class org.apache.commons.lang.StringUtils
Remove everything and return the last value of a supplied String, and everything after it from a String.
getContentEnd() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the content end text.
getContentEnd() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the content end text.
getContentStart() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the content start text.
getContentStart() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the content start text.
getDefaultStyle() - Static method in class org.apache.commons.lang.builder.ToStringBuilder
Gets the default style to use.
getEnd() - Method in class org.apache.commons.lang.CharRange
Get the end character for this character range
getEnum(Class, int) - Static method in class org.apache.commons.lang.enum.EnumUtils
Gets a ValuedEnum object by class and value.
getEnum(Class, int) - Static method in class org.apache.commons.lang.enum.ValuedEnum
Gets an Enum object by class and value.
getEnum(Class, String) - Static method in class org.apache.commons.lang.enum.EnumUtils
Gets an Enum object by class and name.
getEnum(Class, String) - Static method in class org.apache.commons.lang.enum.Enum
Gets an Enum object by class and name.
getEnumList(Class) - Static method in class org.apache.commons.lang.enum.EnumUtils
Gets the List of Enum objects using the Enum class.
getEnumList(Class) - Static method in class org.apache.commons.lang.enum.Enum
Gets the List of Enum objects using the Enum class.
getEnumMap(Class) - Static method in class org.apache.commons.lang.enum.EnumUtils
Gets the Map of Enum objects by name using the Enum class.
getEnumMap(Class) - Static method in class org.apache.commons.lang.enum.Enum
Gets the Map of Enum objects by name using the Enum class.
getFieldNameValueSeparator() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the field name value separator text.
getFieldNameValueSeparator() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the field name value separator text.
getFieldSeparator() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the field separator text.
getFieldSeparator() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the field separator text.
getJavaVersion() - Static method in class org.apache.commons.lang.SystemUtils
Get the Java version number as a float.
getLevenshteinDistance(String, String) - Static method in class org.apache.commons.lang.StringUtils
Find the Levenshtein distance between two strings.
getMaximum() - Method in class org.apache.commons.lang.NumberRange
Returns the maximum number in this range.
getMessage() - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
getMessage() - Method in class org.apache.commons.lang.exception.NestableError
 
getMessage() - Method in class org.apache.commons.lang.exception.NestableException
 
getMessage() - Method in interface org.apache.commons.lang.exception.Nestable
Returns the error message of this and any nested Throwable.
getMessage(int) - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
getMessage(int) - Method in class org.apache.commons.lang.exception.NestableError
 
getMessage(int) - Method in class org.apache.commons.lang.exception.NestableDelegate
Returns the error message of the Throwable in the chain of Throwables at the specified index, numbererd from 0.
getMessage(int) - Method in class org.apache.commons.lang.exception.NestableException
 
getMessage(int) - Method in interface org.apache.commons.lang.exception.Nestable
Returns the error message of the Throwable in the chain of Throwables at the specified index, numbererd from 0.
getMessage(String) - Method in class org.apache.commons.lang.exception.NestableDelegate
Returns the full message contained by the Nestable and any nested Throwables.
getMessages() - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
getMessages() - Method in class org.apache.commons.lang.exception.NestableError
 
getMessages() - Method in class org.apache.commons.lang.exception.NestableDelegate
Returns the error message of this and any nested Throwables in an array of Strings, one element for each message.
getMessages() - Method in class org.apache.commons.lang.exception.NestableException
 
getMessages() - Method in interface org.apache.commons.lang.exception.Nestable
Returns the error message of this and any nested Throwables in an array of Strings, one element for each message.
getMinimum() - Method in class org.apache.commons.lang.NumberRange
Returns the minimum number in this range.
getName() - Method in class org.apache.commons.lang.enum.Enum
Retrieve the name of this Enum item, set in the constructor.
getNestedString(String, String) - Static method in class org.apache.commons.lang.StringUtils
Get the String that is nested in between two instances of the same String.
getNestedString(String, String, String) - Static method in class org.apache.commons.lang.StringUtils
Get the string that is nested in between two strings.
getNullText() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the text to output when null found.
getNullText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the text to output when null found.
getPrechomp(String, String) - Static method in class org.apache.commons.lang.StringUtils
Remove and return everything before the first value of a supplied String from another String.
getRootCause(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
Walks through the exception chain to the last element -- the "root" of the tree -- using ExceptionUtils.getCause(Throwable), and returns that exception.
getShortClassName(Class) - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the short class name for a class.
getSizeEndText() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the text to output when a Collection, Map or Array size is output.
getSizeEndText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the text to output when a Collection, Map or Array size is output.
getSizeStartText() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the text to output when a Collection, Map or Array size is output.
getSizeStartText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the text to output when a Collection, Map or Array size is output.
getStackFrames(String) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
Functionality shared between the getStackFrames(Throwable) methods of this and the NestableDelegate classes.
getStackFrames(Throwable) - Method in class org.apache.commons.lang.exception.NestableDelegate
Captures the stack trace associated with the specified Throwable object, decomposing it into a list of stack frames.
getStackFrames(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
Captures the stack trace associated with the specified Throwable object, decomposing it into a list of stack frames.
getStackTrace(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
A convenient way of extracting the stack trace from an exception.
getStart() - Method in class org.apache.commons.lang.CharRange
Get the start character for this character range
getStringBuffer() - Method in class org.apache.commons.lang.builder.ToStringBuilder
Gets the buffer being populated
getSummaryObjectEndText() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the text to output when an Object is output in summary mode.
getSummaryObjectEndText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the text to output when an Object is output in summary mode.
getSummaryObjectStartText() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets the text to output when an Object is output in summary mode.
getSummaryObjectStartText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets the text to output when an Object is output in summary mode.
getThrowable(int) - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
getThrowable(int) - Method in class org.apache.commons.lang.exception.NestableError
 
getThrowable(int) - Method in class org.apache.commons.lang.exception.NestableDelegate
Returns the Throwable in the chain of Throwables at the specified index, numbererd from 0.
getThrowable(int) - Method in class org.apache.commons.lang.exception.NestableException
 
getThrowable(int) - Method in interface org.apache.commons.lang.exception.Nestable
Returns the Throwable in the chain of Throwables at the specified index, numbererd from 0.
getThrowableCount() - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
getThrowableCount() - Method in class org.apache.commons.lang.exception.NestableError
 
getThrowableCount() - Method in class org.apache.commons.lang.exception.NestableDelegate
Returns the number of Throwables contained in the Nestable contained by this delegate.
getThrowableCount() - Method in class org.apache.commons.lang.exception.NestableException
 
getThrowableCount() - Method in interface org.apache.commons.lang.exception.Nestable
Returns the number of nested Throwables represented by this Nestable, including this Nestable.
getThrowableCount(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
Returns the number of Throwable objects in the exception chain.
getThrowables() - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
getThrowables() - Method in class org.apache.commons.lang.exception.NestableError
 
getThrowables() - Method in class org.apache.commons.lang.exception.NestableDelegate
Returns this delegate's Nestable and any nested Throwables in an array of Throwables, one element for each Throwable.
getThrowables() - Method in class org.apache.commons.lang.exception.NestableException
 
getThrowables() - Method in interface org.apache.commons.lang.exception.Nestable
Returns this Nestable and any nested Throwables in an array of Throwables, one element for each Throwable.
getThrowables(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
Returns the list of Throwable objects in the exception chain.
getValue() - Method in class org.apache.commons.lang.enum.ValuedEnum
Get value of enum item.

H

hashCode() - Method in class org.apache.commons.lang.NumberRange
Returns a hash code value for this object.
hashCode() - Method in class org.apache.commons.lang.enum.Enum
Returns a suitable hashCode for the enumeration.
HashCodeBuilder - class org.apache.commons.lang.builder.HashCodeBuilder.
HashCode generation routines.
HashCodeBuilder() - Constructor for class org.apache.commons.lang.builder.HashCodeBuilder
Constructor for HashCodeBuilder.
HashCodeBuilder(int, int) - Constructor for class org.apache.commons.lang.builder.HashCodeBuilder
Constructor for HashCodeBuilder.

I

iConstant - Variable in class org.apache.commons.lang.builder.HashCodeBuilder
Constant to use in building the hashCode
identityToString(Object) - Static method in class org.apache.commons.lang.ObjectUtils
Gets the toString that would be produced by Object if a class did not override toString itself.
iName - Variable in class org.apache.commons.lang.enum.Enum
The string representation of the Enum.
includesNumber(Number) - Method in class org.apache.commons.lang.NumberRange
Tests whether the specified number occurs within this range.
includesRange(NumberRange) - Method in class org.apache.commons.lang.NumberRange
Tests whether the specified range occurs entirely within this range.
indexOfAny(String, String[]) - Static method in class org.apache.commons.lang.StringUtils
Find the earliest index of any of a set of potential substrings.
indexOfThrowable(Class) - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
indexOfThrowable(Class) - Method in class org.apache.commons.lang.exception.NestableError
 
indexOfThrowable(Class) - Method in class org.apache.commons.lang.exception.NestableException
 
indexOfThrowable(Class) - Method in interface org.apache.commons.lang.exception.Nestable
Returns the index, numbered from 0, of the first occurrence of the specified type in the chain of Throwables, or -1 if the specified type is not found in the chain.
indexOfThrowable(Class, int) - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
indexOfThrowable(Class, int) - Method in class org.apache.commons.lang.exception.NestableError
 
indexOfThrowable(Class, int) - Method in class org.apache.commons.lang.exception.NestableDelegate
Returns the index, numbered from 0, of the first Throwable that matches the specified type in the chain of Throwables held in this delegate's Nestable with an index greater than or equal to the specified index, or -1 if the type is not found.
indexOfThrowable(Class, int) - Method in class org.apache.commons.lang.exception.NestableException
 
indexOfThrowable(Class, int) - Method in interface org.apache.commons.lang.exception.Nestable
Returns the index, numbered from 0, of the first Throwable that matches the specified type in the chain of Throwables with an index greater than or equal to the specified index, or -1 if the type is not found.
indexOfThrowable(Throwable, Class) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
Delegates to ExceptionUtils.indexOfThrowable(Throwable, Class, int), starting the search at the beginning of the exception chain.
indexOfThrowable(Throwable, Class, int) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
Returns the (zero based) index, of the first Throwable that matches the specified type in the exception chain of Throwable objects with an index greater than or equal to the specified index, or -1 if the type is not found.
inRange(char) - Method in class org.apache.commons.lang.CharRange
Is the passed in character inside this range
IS_JAVA_1_1 - Static variable in class org.apache.commons.lang.SystemUtils
True iff this is Java version 1.1.
IS_JAVA_1_2 - Static variable in class org.apache.commons.lang.SystemUtils
True iff this is Java version 1.2.
IS_JAVA_1_3 - Static variable in class org.apache.commons.lang.SystemUtils
True iff this is Java version 1.3.
IS_JAVA_1_4 - Static variable in class org.apache.commons.lang.SystemUtils
True iff this is Java version 1.4.
IS_JAVA_1_5 - Static variable in class org.apache.commons.lang.SystemUtils
True iff this is Java version 1.3.
isAllZeros(String) - Static method in class org.apache.commons.lang.NumberUtils
Utility method for createNumber.
isAlpha(String) - Static method in class org.apache.commons.lang.StringUtils
Checks if the string contains only unicode letters.
isAlphanumeric(String) - Static method in class org.apache.commons.lang.StringUtils
Checks if the string contains only unicode letters or digits.
isAlphanumericSpace(String) - Static method in class org.apache.commons.lang.StringUtils
Checks if the string contains only unicode letters, digits or space (' ').
isAlphaSpace(String) - Static method in class org.apache.commons.lang.StringUtils
Checks if the string contains only unicode letters and space (' ').
isArrayContentDetail() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets whether to output array content detail.
isArrayContentDetail() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets whether to output array content detail.
isDefaultFullDetail() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets whether to use full detail when the caller doesn't specify.
isDefaultFullDetail() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets whether to use full detail when the caller doesn't specify.
isDigits(String) - Static method in class org.apache.commons.lang.NumberUtils
Checks whether the String contains only digit characters.
isEmpty(String) - Static method in class org.apache.commons.lang.StringUtils
Checks if a (trimmed) String is null or empty.
isEquals - Variable in class org.apache.commons.lang.builder.EqualsBuilder
If the fields tested are equals.
isEquals() - Method in class org.apache.commons.lang.builder.EqualsBuilder
Return true if the fields that have been checked are all equal.
isFullDetail(Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Is this field to be output in full detail.
isJavaVersionAtLeast(float) - Static method in class org.apache.commons.lang.SystemUtils
Is the Java version at the the requested version.
isNegated() - Method in class org.apache.commons.lang.CharRange
Checks if this CharRange is negated.
isNotEmpty(String) - Static method in class org.apache.commons.lang.StringUtils
Checks if a String is non null and is not empty (length > 0).
isNumber(String) - Static method in class org.apache.commons.lang.NumberUtils
Checks whether the String a valid Java number.
isNumeric(String) - Static method in class org.apache.commons.lang.StringUtils
Checks if the string contains only unicode digits.
isNumericSpace(String) - Static method in class org.apache.commons.lang.StringUtils
Checks if the string contains only unicode digits or space (' ').
isRange() - Method in class org.apache.commons.lang.CharRange
Is this CharRange over many characters
isShortClassName() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets whether to output short or long class names.
isShortClassName() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets whether to output short or long class names.
isUseClassName() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets whether to use the class name.
isUseClassName() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets whether to use the class name.
isUseFieldNames() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets whether to use the field names passed in.
isUseFieldNames() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets whether to use the field names passed in.
isUseIdentityHashCode() - Method in class org.apache.commons.lang.builder.ToStringStyle
Gets whether to use the identity hash code.
isUseIdentityHashCode() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Gets whether to use the identity hash code.
iterator(Class) - Static method in class org.apache.commons.lang.enum.EnumUtils
Gets an iterator over the Enum objects in an Enum class.
iterator(Class) - Static method in class org.apache.commons.lang.enum.Enum
Gets an iterator over the Enum objects in an Enum class.
iTotal - Variable in class org.apache.commons.lang.builder.HashCodeBuilder
Running total of the hashCode
iValue - Variable in class org.apache.commons.lang.enum.ValuedEnum
The value contained in enum.

J

JAVA_CLASS_PATH - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.class.path Java class path.
JAVA_CLASS_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.class.version Java class format version number.
JAVA_COMPILER - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.compiler Name of JIT compiler to use.
JAVA_EXT_DIRS - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.ext.dirs Path of extension directory or directories.
JAVA_HOME - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.home Java installation directory.
JAVA_IO_TMPDIR - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.io.tmpdir Default temp file path.
JAVA_LIBRARY_PATH - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.library.path List of paths to search when loading libraries.
JAVA_SPECIFICATION_NAME - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.specification.name Java Runtime Environment specification name.
JAVA_SPECIFICATION_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.specification.vendor Java Runtime Environment specification vendor.
JAVA_SPECIFICATION_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.specification.version Java Runtime Environment specification version.
JAVA_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.vendor Java vendor-specific string.
JAVA_VENDOR_URL - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.vendor.url Java vendor URL.
JAVA_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.version Java version number.
JAVA_VM_NAME - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.vm.name Java Virtual Machine implementation name.
JAVA_VM_SPECIFICATION_NAME - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.vm.specification.name Java Virtual Machine specification name.
JAVA_VM_SPECIFICATION_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.vm.specification.vendor Java Virtual Machine specification vendor.
JAVA_VM_SPECIFICATION_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.vm.specification.version Java Virtual Machine specification version.
JAVA_VM_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.vm.vendor Java Virtual Machine implementation vendor.
JAVA_VM_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
System Property: java.vm.version Java Virtual Machine implementation version.
join(Iterator, String) - Static method in class org.apache.commons.lang.StringUtils
Joins the elements of the provided iterator into a single string containing the provided elements.
join(Object[], String) - Static method in class org.apache.commons.lang.StringUtils
Joins the elements of the provided array into a single string containing the provided list of elements.

L

lastIndexOfAny(String, String[]) - Static method in class org.apache.commons.lang.StringUtils
Find the latest index of any of a set of potential substrings.
left(String, int) - Static method in class org.apache.commons.lang.StringUtils
Gets the leftmost n characters of a string.
leftPad(String, int) - Static method in class org.apache.commons.lang.StringUtils
Left pad a String with spaces.
leftPad(String, int, String) - Static method in class org.apache.commons.lang.StringUtils
Left pad a String with a specified string.
LINE_SEPARATOR - Static variable in class org.apache.commons.lang.SystemUtils
System Property: line.separator Line separator ("\n" on UNIX).
list - Variable in class org.apache.commons.lang.enum.Enum.Entry
List of Enums in source code order
lowerCase(String) - Static method in class org.apache.commons.lang.StringUtils
Convert a String to lower case, null string returns null.

M

map - Variable in class org.apache.commons.lang.enum.Enum.Entry
Map of Enum name to Enum
max - Variable in class org.apache.commons.lang.NumberRange
 
maximum(int, int, int) - Static method in class org.apache.commons.lang.NumberUtils
Gets the maximum of three int values.
maximum(long, long, long) - Static method in class org.apache.commons.lang.NumberUtils
Gets the maximum of three long values.
mid(String, int, int) - Static method in class org.apache.commons.lang.StringUtils
Gets n characters from the middle of a string.
min - Variable in class org.apache.commons.lang.NumberRange
 
minimum(int, int, int) - Static method in class org.apache.commons.lang.NumberUtils
Gets the minimum of three int values.
minimum(long, long, long) - Static method in class org.apache.commons.lang.NumberUtils
Gets the minimum of three long values.
MULTI_LINE_STYLE - Static variable in class org.apache.commons.lang.builder.ToStringStyle
The multi line toString style.
MUST_BE_THROWABLE - Static variable in class org.apache.commons.lang.exception.NestableDelegate
Constructor error message.

N

negated - Variable in class org.apache.commons.lang.CharRange
 
nestable - Variable in class org.apache.commons.lang.exception.NestableDelegate
Holds the reference to the exception or error that we're wrapping (which must be a Nestable implementation).
Nestable - interface org.apache.commons.lang.exception.Nestable.
An interface to be implemented by Throwable extensions which would like to be able to nest root exceptions inside themselves.
NestableDelegate - class org.apache.commons.lang.exception.NestableDelegate.
 
NestableDelegate(Nestable) - Constructor for class org.apache.commons.lang.exception.NestableDelegate
Constructs a new NestableDelegate instance to manage the specified Nestable.
NestableError - error org.apache.commons.lang.exception.NestableError.
The base class of all errors which can contain other exceptions.
NestableError() - Constructor for class org.apache.commons.lang.exception.NestableError
Constructs a new NestableError without specified detail message.
NestableError(String) - Constructor for class org.apache.commons.lang.exception.NestableError
Constructs a new NestableError with specified detail message.
NestableError(String, Throwable) - Constructor for class org.apache.commons.lang.exception.NestableError
Constructs a new NestableError with specified detail message and nested Throwable.
NestableError(Throwable) - Constructor for class org.apache.commons.lang.exception.NestableError
Constructs a new NestableError with specified nested Throwable.
NestableException - exception org.apache.commons.lang.exception.NestableException.
The base class of all exceptions which can contain other exceptions.
NestableException() - Constructor for class org.apache.commons.lang.exception.NestableException
Constructs a new NestableException without specified detail message.
NestableException(String) - Constructor for class org.apache.commons.lang.exception.NestableException
Constructs a new NestableException with specified detail message.
NestableException(String, Throwable) - Constructor for class org.apache.commons.lang.exception.NestableException
Constructs a new NestableException with specified detail message and nested Throwable.
NestableException(Throwable) - Constructor for class org.apache.commons.lang.exception.NestableException
Constructs a new NestableException with specified nested Throwable.
NestableRuntimeException - exception org.apache.commons.lang.exception.NestableRuntimeException.
The base class of all runtime exceptions which can contain other exceptions.
NestableRuntimeException() - Constructor for class org.apache.commons.lang.exception.NestableRuntimeException
Constructs a new NestableRuntimeException without specified detail message.
NestableRuntimeException(String) - Constructor for class org.apache.commons.lang.exception.NestableRuntimeException
Constructs a new NestableRuntimeException with specified detail message.
NestableRuntimeException(String, Throwable) - Constructor for class org.apache.commons.lang.exception.NestableRuntimeException
Constructs a new NestableRuntimeException with specified detail message and nested Throwable.
NestableRuntimeException(Throwable) - Constructor for class org.apache.commons.lang.exception.NestableRuntimeException
Constructs a new NestableRuntimeException with specified nested Throwable.
NO_FIELD_NAMES_STYLE - Static variable in class org.apache.commons.lang.builder.ToStringStyle
The no field names toString style.
NULL - Static variable in class org.apache.commons.lang.ObjectUtils
Singleton used as a null placeholder where null has another meaning.
nullText - Variable in class org.apache.commons.lang.builder.ToStringStyle
The null text ''
NumberRange - class org.apache.commons.lang.NumberRange.
Represents a range of Number objects.
NumberRange(Number) - Constructor for class org.apache.commons.lang.NumberRange
Constructs a new instance using the specified number as both the minimum and maximum in theis range.
NumberRange(Number, Number) - Constructor for class org.apache.commons.lang.NumberRange
Constructs a new instance with the specified minimum and maximum numbers.
NumberUtils - class org.apache.commons.lang.NumberUtils.
Provides extra functionality for Java Number classes.
NumberUtils() - Constructor for class org.apache.commons.lang.NumberUtils
NumberUtils instances should NOT be constructed in standard programming.

O

object - Variable in class org.apache.commons.lang.builder.ToStringBuilder
The object being output
ObjectUtils - class org.apache.commons.lang.ObjectUtils.
Common Object manipulation routines.
ObjectUtils.Null - class org.apache.commons.lang.ObjectUtils.Null.
Class used as a null placeholder where null has another meaning.
ObjectUtils.Null() - Constructor for class org.apache.commons.lang.ObjectUtils.Null
Restricted constructor - singleton
ObjectUtils() - Constructor for class org.apache.commons.lang.ObjectUtils
ObjectUtils instances should NOT be constructed in standard programming.
org.apache.commons.lang - package org.apache.commons.lang
A collection of highly reusable static utility methods, chiefly concerned with adding value to java.lang and other standard core classes.
org.apache.commons.lang.builder - package org.apache.commons.lang.builder
These builders assist with creating good equals(), toString(), hashCode(), and compareTo() methods.
org.apache.commons.lang.enum - package org.apache.commons.lang.enum
An implementation of the C style 'enum' in the Java world.
org.apache.commons.lang.exception - package org.apache.commons.lang.exception
Provides a JDK 1.4 style Nested Exception functionality for those on prior versions.
OS_ARCH - Static variable in class org.apache.commons.lang.SystemUtils
System Property: os.arch Operating system architecture.
OS_NAME - Static variable in class org.apache.commons.lang.SystemUtils
System Property: os.name Operating system name.
OS_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
System Property: os.version Operating system version.
overlaps(NumberRange) - Method in class org.apache.commons.lang.NumberRange
Tests whether the specified range overlaps with this range.
overlayString(String, String, int, int) - Static method in class org.apache.commons.lang.StringUtils
Overlay a part of a string with another string.

P

PATH_SEPARATOR - Static variable in class org.apache.commons.lang.SystemUtils
System Property: path.separator Path separator (":" on UNIX).
prechomp(String, String) - Static method in class org.apache.commons.lang.StringUtils
Remove the first value of a supplied String, and everything before it from a String.
printPartialStackTrace(PrintWriter) - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
printPartialStackTrace(PrintWriter) - Method in class org.apache.commons.lang.exception.NestableError
 
printPartialStackTrace(PrintWriter) - Method in class org.apache.commons.lang.exception.NestableException
 
printPartialStackTrace(PrintWriter) - Method in interface org.apache.commons.lang.exception.Nestable
Prints the stack trace for this exception only--root cause not included--using the provided writer.
printStackTrace() - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
printStackTrace() - Method in class org.apache.commons.lang.exception.NestableError
 
printStackTrace() - Method in class org.apache.commons.lang.exception.NestableDelegate
Prints the stack trace of this exception the the standar error stream.
printStackTrace() - Method in class org.apache.commons.lang.exception.NestableException
 
printStackTrace(PrintStream) - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
printStackTrace(PrintStream) - Method in class org.apache.commons.lang.exception.NestableError
 
printStackTrace(PrintStream) - Method in class org.apache.commons.lang.exception.NestableDelegate
Prints the stack trace of this exception to the specified stream.
printStackTrace(PrintStream) - Method in class org.apache.commons.lang.exception.NestableException
 
printStackTrace(PrintStream) - Method in interface org.apache.commons.lang.exception.Nestable
Prints the stack trace of this exception to the specified print stream.
printStackTrace(PrintWriter) - Method in class org.apache.commons.lang.exception.NestableRuntimeException
 
printStackTrace(PrintWriter) - Method in class org.apache.commons.lang.exception.NestableError
 
printStackTrace(PrintWriter) - Method in class org.apache.commons.lang.exception.NestableDelegate
Prints the stack trace of this exception to the specified writer.
printStackTrace(PrintWriter) - Method in class org.apache.commons.lang.exception.NestableException
 
printStackTrace(PrintWriter) - Method in interface org.apache.commons.lang.exception.Nestable
Prints the stack trace of this exception to the specified print writer.

R

RANDOM - Static variable in class org.apache.commons.lang.RandomStringUtils
Random object used by random method.
random(int) - Static method in class org.apache.commons.lang.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, boolean, boolean) - Static method in class org.apache.commons.lang.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, char[]) - Static method in class org.apache.commons.lang.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, int, int, boolean, boolean) - Static method in class org.apache.commons.lang.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, int, int, boolean, boolean, char[]) - Static method in class org.apache.commons.lang.RandomStringUtils
Creates a random string based on a variety of options.
random(int, String) - Static method in class org.apache.commons.lang.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAlphabetic(int) - Static method in class org.apache.commons.lang.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAlphanumeric(int) - Static method in class org.apache.commons.lang.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAscii(int) - Static method in class org.apache.commons.lang.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomNumeric(int) - Static method in class org.apache.commons.lang.RandomStringUtils
Creates a random string whose length is the number of characters specified.
RandomStringUtils - class org.apache.commons.lang.RandomStringUtils.
Common random String manipulation routines.
RandomStringUtils() - Constructor for class org.apache.commons.lang.RandomStringUtils
RandomStringUtils instances should NOT be constructed in standard programming.
readResolve() - Method in class org.apache.commons.lang.ObjectUtils.Null
Ensure singleton.
readResolve() - Method in class org.apache.commons.lang.builder.ToStringStyle.DefaultToStringStyle
Ensure singleton after serialization.
readResolve() - Method in class org.apache.commons.lang.builder.ToStringStyle.NoFieldNameToStringStyle
Ensure singleton after serialization.
readResolve() - Method in class org.apache.commons.lang.builder.ToStringStyle.SimpleToStringStyle
Ensure singleton after serialization.
readResolve() - Method in class org.apache.commons.lang.builder.ToStringStyle.MultiLineToStringStyle
Ensure singleton after serialization.
readResolve() - Method in class org.apache.commons.lang.enum.Enum
Handle the deserialization of the class to ensure that multiple copies are not wastefully created, or illegal enum types created.
reflectionCompare(Object, Object) - Static method in class org.apache.commons.lang.builder.CompareToBuilder
This method uses reflection to determine the ordering between two objects.
reflectionCompare(Object, Object, boolean) - Static method in class org.apache.commons.lang.builder.CompareToBuilder
This method uses reflection to determine if the two object are equal.
reflectionEquals(Object, Object) - Static method in class org.apache.commons.lang.builder.EqualsBuilder
This method uses reflection to determine if the two object are equal.
reflectionEquals(Object, Object, boolean) - Static method in class org.apache.commons.lang.builder.EqualsBuilder
This method uses reflection to determine if the two object are equal.
reflectionHashCode(int, int, Object) - Static method in class org.apache.commons.lang.builder.HashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object, boolean) - Static method in class org.apache.commons.lang.builder.HashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(Object) - Static method in class org.apache.commons.lang.builder.HashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(Object, boolean) - Static method in class org.apache.commons.lang.builder.HashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionToString(Object) - Static method in class org.apache.commons.lang.builder.ToStringBuilder
This method uses reflection to build a suitable toString using the default style.
reflectionToString(Object, ToStringStyle) - Static method in class org.apache.commons.lang.builder.ToStringBuilder
This method uses reflection to build a suitable toString.
reflectionToString(Object, ToStringStyle, boolean) - Static method in class org.apache.commons.lang.builder.ToStringBuilder
This method uses reflection to build a suitable toString.
repeat(String, int) - Static method in class org.apache.commons.lang.StringUtils
Repeat a string n times to form a new string.
replace(String, String, String) - Static method in class org.apache.commons.lang.StringUtils
Replace all occurances of a string within another string.
replace(String, String, String, int) - Static method in class org.apache.commons.lang.StringUtils
Replace a string with another string inside a larger string, for the first max values of the search string.
replaceOnce(String, String, String) - Static method in class org.apache.commons.lang.StringUtils
Replace a string with another string inside a larger string, once.
reverse(String) - Static method in class org.apache.commons.lang.StringUtils
Reverse a String, null string returns null.
reverseArray(Object[]) - Static method in class org.apache.commons.lang.StringUtils
Reverses an array.
reverseDelimitedString(String, String) - Static method in class org.apache.commons.lang.StringUtils
Reverses a string that is delimited by a specific character.
right(String, int) - Static method in class org.apache.commons.lang.StringUtils
Gets the rightmost n characters of a string.
rightPad(String, int) - Static method in class org.apache.commons.lang.StringUtils
Right pad a String with spaces.
rightPad(String, int, String) - Static method in class org.apache.commons.lang.StringUtils
Right pad a String with a specified string.

S

SerializationException - exception org.apache.commons.lang.SerializationException.
Exception thrown when the Serialization process fails.
SerializationException() - Constructor for class org.apache.commons.lang.SerializationException
Constructs a new SerializationException without specified detail message.
SerializationException(String) - Constructor for class org.apache.commons.lang.SerializationException
Constructs a new SerializationException with specified detail message.
SerializationException(String, Throwable) - Constructor for class org.apache.commons.lang.SerializationException
Constructs a new SerializationException with specified detail message and nested Throwable.
SerializationException(Throwable) - Constructor for class org.apache.commons.lang.SerializationException
Constructs a new SerializationException with specified nested Throwable.
SerializationUtils - class org.apache.commons.lang.SerializationUtils.
Methods that assist with the serialization process, or perform additional functionality based on serialization.
SerializationUtils() - Constructor for class org.apache.commons.lang.SerializationUtils
Constructor for SerializationUtils is private
serialize(Serializable) - Static method in class org.apache.commons.lang.SerializationUtils
Serializes an object to a byte array for storage/serialization.
serialize(Serializable, OutputStream) - Static method in class org.apache.commons.lang.SerializationUtils
Serializes an object to the specified stream.
set - Variable in class org.apache.commons.lang.CharSet
 
setArrayContentDetail(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets whether to output array content detail.
setArrayContentDetail(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets whether to output array content detail.
setArrayEnd(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the array end text.
setArrayEnd(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the array end text.
setArraySeparator(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the array separator text.
setArraySeparator(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the array separator text.
setArrayStart(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the array start text.
setArrayStart(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the array start text.
setContentEnd(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the content end text.
setContentEnd(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the content end text.
setContentStart(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the content start text.
setContentStart(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the content start text.
setDefaultFullDetail(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets whether to use full detail when the caller doesn't specify.
setDefaultFullDetail(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets whether to use full detail when the caller doesn't specify.
setDefaultStyle(ToStringStyle) - Static method in class org.apache.commons.lang.builder.ToStringBuilder
Sets the default style to use.
setEnd(char) - Method in class org.apache.commons.lang.CharRange
Set the end character for this character range
setFieldNameValueSeparator(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the field name value separator text.
setFieldNameValueSeparator(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the field name value separator text.
setFieldSeparator(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the field separator text.
setFieldSeparator(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the field separator text.
setNegated(boolean) - Method in class org.apache.commons.lang.CharRange
Sets this character range to be negated or not.
setNullText(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the text to output when null found.
setNullText(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the text to output when null found.
setShortClassName(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets whether to output short or long class names.
setShortClassName(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets whether to output short or long class names.
setSizeEndText(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the text to output when a Collection, Map or Array size is output.
setSizeEndText(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the text to output when a Collection, Map or Array size is output.
setSizeStartText(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the text to output when a Collection, Map or Array size is output.
setSizeStartText(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the text to output when a Collection, Map or Array size is output.
setStart(char) - Method in class org.apache.commons.lang.CharRange
Set the start character for this character range
setSummaryObjectEndText(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the text to output when an Object is output in summary mode.
setSummaryObjectEndText(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the text to output when an Object is output in summary mode.
setSummaryObjectStartText(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets the text to output when an Object is output in summary mode.
setSummaryObjectStartText(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets the text to output when an Object is output in summary mode.
setUseClassName(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets whether to use the class name.
setUseClassName(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets whether to use the class name.
setUseFieldNames(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets whether to use the field names passed in.
setUseFieldNames(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets whether to use the field names passed in.
setUseIdentityHashCode(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
Sets whether to use the identity hash code.
setUseIdentityHashCode(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
Sets whether to use the identity hash code.
SIMPLE_STYLE - Static variable in class org.apache.commons.lang.builder.ToStringStyle
The simple toString style.
sizeEndText - Variable in class org.apache.commons.lang.builder.ToStringStyle
The summary size text start '>'
sizeStartText - Variable in class org.apache.commons.lang.builder.ToStringStyle
The summary size text start 'split(String) - Static method in class org.apache.commons.lang.StringUtils
Splits the provided text into a list, using whitespace as the separator.
split(String, String) - Static method in class org.apache.commons.lang.StringUtils
 
split(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
Splits the provided text into a list, based on a given separator.
squeeze(String, String) - Static method in class org.apache.commons.lang.CharSetUtils
Squeezes any repititions of a character that is mentioned in the supplied set.
squeeze(String, String[]) - Static method in class org.apache.commons.lang.CharSetUtils
Squeezes any repititions of a character that is mentioned in the supplied set.
StandardToStringStyle - class org.apache.commons.lang.builder.StandardToStringStyle.
StandardToStringStyle works with ToStringBuilder to create a toString.
StandardToStringStyle() - Constructor for class org.apache.commons.lang.builder.StandardToStringStyle
Constructor.
start - Variable in class org.apache.commons.lang.CharRange
 
stringToInt(String) - Static method in class org.apache.commons.lang.NumberUtils
Convert a String to an int, returning zero if the conversion fails
stringToInt(String, int) - Static method in class org.apache.commons.lang.NumberUtils
Convert a String to an int, returning a default value if the conversion fails.
StringUtils - class org.apache.commons.lang.StringUtils.
Common String manipulation routines.
StringUtils() - Constructor for class org.apache.commons.lang.StringUtils
StringUtils instances should NOT be constructed in standard programming.
strip(String) - Static method in class org.apache.commons.lang.StringUtils
Remove whitespace from the front and back of a String.
strip(String, String) - Static method in class org.apache.commons.lang.StringUtils
Remove a specified String from the front and back of a String.
stripAll(String[]) - Static method in class org.apache.commons.lang.StringUtils
Strip whitespace from the front and back of every string in the array.
stripAll(String[], String) - Static method in class org.apache.commons.lang.StringUtils
Strip the specified delimiter from the front and back of every String in the array.
stripEnd(String, String) - Static method in class org.apache.commons.lang.StringUtils
Strip any of a supplied string from the end of a String..
stripStart(String, String) - Static method in class org.apache.commons.lang.StringUtils
Strip any of a supplied string from the start of a String.
style - Variable in class org.apache.commons.lang.builder.ToStringBuilder
The style of output to use
substring(String, int) - Static method in class org.apache.commons.lang.StringUtils
Gets a substring of the specified string avoiding exceptions.
substring(String, int, int) - Static method in class org.apache.commons.lang.StringUtils
Gets a substring of the specified string avoiding exceptions.
summaryObjectEndText - Variable in class org.apache.commons.lang.builder.ToStringStyle
The summary object text start '>'
summaryObjectStartText - Variable in class org.apache.commons.lang.builder.ToStringStyle
The summary object text start '<'
swapCase(String) - Static method in class org.apache.commons.lang.StringUtils
Swaps the case of String.
SystemUtils - class org.apache.commons.lang.SystemUtils.
Common System class helpers.
SystemUtils() - Constructor for class org.apache.commons.lang.SystemUtils
SystemUtils instances should NOT be constructed in standard programming.

T

toComparison() - Method in class org.apache.commons.lang.builder.CompareToBuilder
Return a negative integer if the object is less than, a positive integer if the object is greater than, or 0 if the object is equal.
toHashCode() - Method in class org.apache.commons.lang.builder.HashCodeBuilder
Return the computed hashCode
toString() - Method in class org.apache.commons.lang.CharRange
Output a string representation of the character range
toString() - Method in class org.apache.commons.lang.NumberRange
Returns the string representation of this range.
toString() - Method in class org.apache.commons.lang.CharSet
Returns a string representation of the set
toString() - Method in class org.apache.commons.lang.builder.ToStringBuilder
Returns the built toString
toString() - Method in class org.apache.commons.lang.enum.Enum
Human readable description of this Enum item.
toString() - Method in class org.apache.commons.lang.enum.ValuedEnum
Human readable description of this Enum item.
ToStringBuilder - class org.apache.commons.lang.builder.ToStringBuilder.
ToString generation routine.
ToStringBuilder(Object) - Constructor for class org.apache.commons.lang.builder.ToStringBuilder
Constructor for ToStringBuilder.
ToStringBuilder(Object, ToStringStyle) - Constructor for class org.apache.commons.lang.builder.ToStringBuilder
Constructor for ToStringBuilder specifying the output style.
ToStringBuilder(Object, ToStringStyle, StringBuffer) - Constructor for class org.apache.commons.lang.builder.ToStringBuilder
Constructor for ToStringBuilder.
ToStringStyle - class org.apache.commons.lang.builder.ToStringStyle.
ToStringStyle works with ToStringBuilder to create a toString.
ToStringStyle.DefaultToStringStyle - class org.apache.commons.lang.builder.ToStringStyle.DefaultToStringStyle.
Default ToStringStyle.
ToStringStyle.DefaultToStringStyle() - Constructor for class org.apache.commons.lang.builder.ToStringStyle.DefaultToStringStyle
Constructor - use the static constant rather than instantiating.
ToStringStyle.MultiLineToStringStyle - class org.apache.commons.lang.builder.ToStringStyle.MultiLineToStringStyle.
ToStringStyle that outputs on multiple lines.
ToStringStyle.MultiLineToStringStyle() - Constructor for class org.apache.commons.lang.builder.ToStringStyle.MultiLineToStringStyle
Constructor - use the static constant rather than instantiating.
ToStringStyle.NoFieldNameToStringStyle - class org.apache.commons.lang.builder.ToStringStyle.NoFieldNameToStringStyle.
ToStringStyle that does not print out the field names.
ToStringStyle.NoFieldNameToStringStyle() - Constructor for class org.apache.commons.lang.builder.ToStringStyle.NoFieldNameToStringStyle
Constructor - use the static constant rather than instantiating.
ToStringStyle.SimpleToStringStyle - class org.apache.commons.lang.builder.ToStringStyle.SimpleToStringStyle.
ToStringStyle that does not print out the classname, identity hashcode, content start or field name.
ToStringStyle.SimpleToStringStyle() - Constructor for class org.apache.commons.lang.builder.ToStringStyle.SimpleToStringStyle
Constructor - use the static constant rather than instantiating.
ToStringStyle() - Constructor for class org.apache.commons.lang.builder.ToStringStyle
Constructor.
translate(String, String, String) - Static method in class org.apache.commons.lang.CharSetUtils
Translate characters in a String.
trim(String) - Static method in class org.apache.commons.lang.StringUtils
Removes control characters, including whitespace, from both ends of this string, handling null by returning null.

U

uncapitalise(String) - Static method in class org.apache.commons.lang.StringUtils
Uncapitalise a string.
UNSET - Static variable in class org.apache.commons.lang.CharRange
Used internally to represent null in a char.
upperCase(String) - Static method in class org.apache.commons.lang.StringUtils
Convert a String to upper case, null string returns null.
useClassName - Variable in class org.apache.commons.lang.builder.ToStringStyle
Whether to use the class name 'true'
useFieldNames - Variable in class org.apache.commons.lang.builder.ToStringStyle
Whether to use the field names 'true'
useIdentityHashCode - Variable in class org.apache.commons.lang.builder.ToStringStyle
Whether to use the identity hash code 'true'
USER_DIR - Static variable in class org.apache.commons.lang.SystemUtils
System Property: user.dir User's current working directory.
USER_HOME - Static variable in class org.apache.commons.lang.SystemUtils
System Property: user.home User's home directory.
USER_NAME - Static variable in class org.apache.commons.lang.SystemUtils
System Property: user.name User's account name.
useShortClassName - Variable in class org.apache.commons.lang.builder.ToStringStyle
Whether to use short class names 'false'

V

ValuedEnum - class org.apache.commons.lang.enum.ValuedEnum.
Abstract superclass for type-safe enums with integer values.
ValuedEnum(String, int) - Constructor for class org.apache.commons.lang.enum.ValuedEnum
Constructor for enum item.

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

Copyright (c) 2001-2002 - Apache Software Foundation