A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abbreviate(String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Abbreviates a String using ellipses.
- abbreviate(String, int, int) - Static method in class org.apache.commons.lang.StringUtils
-
Abbreviates a String using ellipses.
- abbreviate(String, int, int, String) - Static method in class org.apache.commons.lang.WordUtils
-
Abbreviates a string nicely.
- abbreviateMiddle(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Abbreviates a String to the length passed, replacing the middle characters with the supplied replacement String.
- abbreviationMap - Static variable in class org.apache.commons.lang.ClassUtils
-
Maps a primitive class name to its corresponding abbreviation used in array class names.
- 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
. - ACCESS_TEST - Static variable in class org.apache.commons.lang.reflect.MemberUtils
- add(boolean[], boolean) - Static method in class org.apache.commons.lang.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(boolean[], int, boolean) - Static method in class org.apache.commons.lang.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(byte) - Method in class org.apache.commons.lang.mutable.MutableByte
-
Adds a value to the value of this instance.
- add(byte[], byte) - Static method in class org.apache.commons.lang.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(byte[], int, byte) - Static method in class org.apache.commons.lang.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(char[], char) - Static method in class org.apache.commons.lang.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(char[], int, char) - Static method in class org.apache.commons.lang.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(double) - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Adds a value to the value of this instance.
- add(double[], double) - Static method in class org.apache.commons.lang.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(double[], int, double) - Static method in class org.apache.commons.lang.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(float) - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Adds a value to the value of this instance.
- add(float[], float) - Static method in class org.apache.commons.lang.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(float[], int, float) - Static method in class org.apache.commons.lang.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(int) - Method in class org.apache.commons.lang.mutable.MutableInt
-
Adds a value to the value of this instance.
- add(int[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(int[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(long) - Method in class org.apache.commons.lang.mutable.MutableLong
-
Adds a value to the value of this instance.
- add(long[], int, long) - Static method in class org.apache.commons.lang.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(long[], long) - Static method in class org.apache.commons.lang.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(short) - Method in class org.apache.commons.lang.mutable.MutableShort
-
Adds a value to the value of this instance.
- add(short[], int, short) - Static method in class org.apache.commons.lang.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(short[], short) - Static method in class org.apache.commons.lang.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(Number) - Method in class org.apache.commons.lang.mutable.MutableByte
-
Adds a value to the value of this instance.
- add(Number) - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Adds a value to the value of this instance.
- add(Number) - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Adds a value to the value of this instance.
- add(Number) - Method in class org.apache.commons.lang.mutable.MutableInt
-
Adds a value to the value of this instance.
- add(Number) - Method in class org.apache.commons.lang.mutable.MutableLong
-
Adds a value to the value of this instance.
- add(Number) - Method in class org.apache.commons.lang.mutable.MutableShort
-
Adds a value to the value of this instance.
- add(Object) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Unsupported ListIterator operation.
- add(Object[], int, Object) - Static method in class org.apache.commons.lang.ArrayUtils
-
Inserts the specified element at the specified position in the array.
- add(Object[], Object) - Static method in class org.apache.commons.lang.ArrayUtils
-
Copies the given array and adds the given element at the end of the new array.
- add(Object, int, Object, Class) - Static method in class org.apache.commons.lang.ArrayUtils
-
Underlying implementation of add(array, index, element) methods.
- add(String) - Method in class org.apache.commons.lang.CharSet
-
Add a set definition string to the
CharSet
. - add(String, int) - Method in class org.apache.commons.lang.Entities.ArrayEntityMap
-
Add an entry to this entity map.
- add(String, int) - Method in class org.apache.commons.lang.Entities.BinaryEntityMap
-
Add an entry to this entity map.
- add(String, int) - Method in interface org.apache.commons.lang.Entities.EntityMap
-
Add an entry to this entity map.
- add(String, int) - Method in class org.apache.commons.lang.Entities.MapIntMap
-
Add an entry to this entity map.
- add(String, int) - Method in class org.apache.commons.lang.Entities.PrimitiveEntityMap
-
Add an entry to this entity map.
- add(Date, int, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Deprecated.Will become privately scoped in 3.0
- 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.
- addAbbreviation(String, String) - Static method in class org.apache.commons.lang.ClassUtils
-
Add primitive type abbreviation to maps of abbreviations.
- addAll(boolean[], boolean[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(byte[], byte[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(char[], char[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(double[], double[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(float[], float[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(int[], int[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(long[], long[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(short[], short[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAll(Object[], Object[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Adds all the elements of the given arrays into a new array.
- addAndCheck(int, int) - Static method in class org.apache.commons.lang.math.Fraction
-
Add two integers, checking for overflow.
- addCauseMethodName(String) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Adds to the list of method names used in the search for
Throwable
objects. - addDays(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Adds a number of days to a date returning a new object.
- addEntities(String[][]) - Method in class org.apache.commons.lang.Entities
-
Adds entities to this entity.
- addEntity(String, int) - Method in class org.apache.commons.lang.Entities
-
Add an entity to this entity.
- addHours(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Adds a number of hours to a date returning a new object.
- addMilliseconds(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Adds a number of milliseconds to a date returning a new object.
- addMinutes(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Adds a number of minutes to a date returning a new object.
- addMonths(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Adds a number of months to a date returning a new object.
- addSeconds(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Adds a number of seconds to a date returning a new object.
- addSub(Fraction, boolean) - Method in class org.apache.commons.lang.math.Fraction
-
Implement add and subtract using algorithm described in Knuth 4.5.1.
- addToken(List, String) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Adds a token to a list, paying attention to the parameters we've set.
- addWeeks(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Adds a number of weeks to a date returning a new object.
- addYears(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Adds a number of years to a date returning a new object.
- allElementsOfType(Collection, Class) - Static method in class org.apache.commons.lang.Validate
-
Validate an argument, throwing
IllegalArgumentException
if the argument collection isnull
or has elements that are not of typeclazz
or a subclass. - allElementsOfType(Collection, Class, String) - Static method in class org.apache.commons.lang.Validate
-
Validate an argument, throwing
IllegalArgumentException
if the argument collection isnull
or has elements that are not of typeclazz
or a subclass. - APOS_ARRAY - Static variable in class org.apache.commons.lang.Entities
- append(boolean) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for aboolean
. - append(boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
aboolean
value. - append(boolean) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a boolean value to the string builder.
- append(boolean[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for aboolean
array. - append(boolean[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
aboolean
array. - append(boolean[], boolean[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the deep comparison of twoboolean
arrays. - append(boolean[], boolean[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Deep comparison of array of
boolean
. - append(boolean, boolean) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the comparison of twobooleans
s. - append(boolean, boolean) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Test if two
booleans
s are equal. - append(byte) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for abyte
. - append(byte) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
abyte
value. - append(byte[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for abyte
array. - append(byte[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
abyte
array. - append(byte[], byte[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the deep comparison of twobyte
arrays. - append(byte[], byte[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Deep comparison of array of
byte
. - append(byte, byte) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the comparison of twobyte
s. - append(byte, byte) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Test if two
byte
s are equal. - append(char) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for achar
. - append(char) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
achar
value. - append(char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a char value to the string builder.
- append(char[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for achar
array. - append(char[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
achar
array. - append(char[]) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a char array to the string builder.
- append(char[], char[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the deep comparison of twochar
arrays. - append(char[], char[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Deep comparison of array of
char
. - append(char[], int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a char array to the string builder.
- append(char, char) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the comparison of twochar
s. - append(char, char) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Test if two
char
s are equal. - append(double) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for adouble
. - append(double) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
adouble
value. - append(double) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a double value to the string builder using
String.valueOf
. - append(double[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for adouble
array. - append(double[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
adouble
array. - append(double[], double[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the deep comparison of twodouble
arrays. - append(double[], double[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Deep comparison of array of
double
. - append(double, double) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the comparison of twodouble
s. - append(double, double) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Test if two
double
s are equal by testing that the pattern of bits returned bydoubleToLong
are equal. - append(float) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for afloat
. - append(float) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
afloat
value. - append(float) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a float value to the string builder using
String.valueOf
. - append(float[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for afloat
array. - append(float[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
afloat
array. - append(float[], float[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the deep comparison of twofloat
arrays. - append(float[], float[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Deep comparison of array of
float
. - append(float, float) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the comparison of twofloat
s. - append(float, float) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Test if two
float
s are equal byt testing that the pattern of bits returned by doubleToLong are equal. - append(int) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for anint
. - append(int) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anint
value. - append(int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends an int value to the string builder using
String.valueOf
. - append(int[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for anint
array. - append(int[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anint
array. - append(int[], int[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the deep comparison of twoint
arrays. - append(int[], int[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Deep comparison of array of
int
. - append(int, int) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the comparison of twoint
s. - append(int, int) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Test if two
int
s are equal. - append(long) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for along
. - append(long) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
along
value. - append(long) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a long value to the string builder using
String.valueOf
. - append(long[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for along
array. - append(long[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
along
array. - append(long[], long[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the deep comparison of twolong
arrays. - append(long[], long[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Deep comparison of array of
long
. - append(long, long) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the comparison of twolong
s. - append(long, long) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Test if two
long
s are equal. - append(short) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for ashort
. - append(short) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
ashort
value. - append(short[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for ashort
array. - append(short[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
ashort
array. - append(short[], short[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the deep comparison of twoshort
arrays. - append(short[], short[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Deep comparison of array of
short
. - append(short, short) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the comparison of twoshort
s. - append(short, short) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Test if two
short
s are equal. - append(Object) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for anObject
. - append(Object) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anObject
value. - append(Object) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends an object to this string builder.
- append(Object[]) - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Append a
hashCode
for anObject
array. - append(Object[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anObject
array. - append(Object[], Object[]) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the deep comparison of twoObject
arrays. - append(Object[], Object[]) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Performs a 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 twoObject
arrays. - append(Object, Object) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the comparison of twoObject
s. - append(Object, Object) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Test if two
Object
s are equal using theirequals
method. - append(Object, Object, Comparator) - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to the
builder
the comparison of twoObject
s. - append(String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a string to this string builder.
- append(StringBuffer) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a string buffer to this string builder.
- append(StringBuffer, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends part of a string buffer to this string builder.
- append(StringBuffer, String, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
aboolean
value. - append(StringBuffer, String, boolean[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
aboolean
array. - append(StringBuffer, String, byte) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
abyte
value. - append(StringBuffer, String, byte[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
abyte
array. - append(StringBuffer, String, char) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
achar
value. - append(StringBuffer, String, char[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
achar
array. - append(StringBuffer, String, double) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
adouble
value. - append(StringBuffer, String, double[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
adouble
array. - append(StringBuffer, String, float) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
afloat
value. - append(StringBuffer, String, float[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
afloat
array. - append(StringBuffer, String, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
anint
value. - append(StringBuffer, String, int[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
anint
array. - append(StringBuffer, String, long) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
along
value. - append(StringBuffer, String, long[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
along
array. - append(StringBuffer, String, short) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
ashort
value. - append(StringBuffer, String, short[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
ashort
array. - append(StringBuffer, String, Object[], Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
anObject
array. - append(StringBuffer, String, Object, Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
anObject
value, printing the fulltoString
of theObject
passed in. - append(String, boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
aboolean
value. - append(String, boolean[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
aboolean
array. - append(String, boolean[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
aboolean
array. - append(String, byte) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anbyte
value. - append(String, byte[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
abyte
array. - append(String, byte[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
abyte
array. - append(String, char) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
achar
value. - append(String, char[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
achar
array. - append(String, char[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
achar
array. - append(String, double) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
adouble
value. - append(String, double[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
adouble
array. - append(String, double[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
adouble
array. - append(String, float) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anfloat
value. - append(String, float[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
afloat
array. - append(String, float[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
afloat
array. - append(String, int) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anint
value. - append(String, int[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anint
array. - append(String, int[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anint
array. - append(String, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends part of a string to this string builder.
- append(String, long) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
along
value. - append(String, long[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
along
array. - append(String, long[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
along
array. - append(String, short) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anshort
value. - append(String, short[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
ashort
array. - append(String, short[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
ashort
array. - append(String, Object) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anObject
value. - append(String, Object[]) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anObject
array. - append(String, Object[], boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anObject
array. - append(String, Object, boolean) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Append to the
toString
anObject
value. - append(StrBuilder) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends another string builder to this string builder.
- append(StrBuilder, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends part of a string builder to this string builder.
- appendAll(Object[]) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends each item in an array to the builder without any separators.
- appendAll(Collection) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends each item in a collection to the builder without any separators.
- appendAll(Iterator) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends each item in an iterator to the builder without any separators.
- appendAsObjectToString(Object) - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Appends with the same format as the default
Object toString()
method. - appendClassName(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the class name. - appendContentEnd(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the content end. - appendContentStart(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the content start. - appendCyclicObject(StringBuffer, String, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
anObject
value that has been detected to participate in a cycle. - appendDetail(StringBuffer, String, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
aboolean
value. - appendDetail(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the detail of aboolean
array. - appendDetail(StringBuffer, String, byte) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
abyte
value. - appendDetail(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the detail of abyte
array. - appendDetail(StringBuffer, String, char) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
achar
value. - appendDetail(StringBuffer, String, char[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the detail of achar
array. - appendDetail(StringBuffer, String, double) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
adouble
value. - appendDetail(StringBuffer, String, double[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the detail of adouble
array. - appendDetail(StringBuffer, String, float) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
afloat
value. - appendDetail(StringBuffer, String, float[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the detail of afloat
array. - appendDetail(StringBuffer, String, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
anint
value. - appendDetail(StringBuffer, String, int[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the detail of anint
array. - appendDetail(StringBuffer, String, long) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
along
value. - appendDetail(StringBuffer, String, long[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the detail of along
array. - appendDetail(StringBuffer, String, short) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
ashort
value. - appendDetail(StringBuffer, String, short[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the detail of ashort
array. - appendDetail(StringBuffer, String, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
anObject
value, printing the full detail of theObject
. - appendDetail(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the detail of anObject
array. - appendDetail(StringBuffer, String, Collection) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
aCollection
. - appendDetail(StringBuffer, String, Map) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
aMap
.
- 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. - 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.
- appendFieldStart(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the field start. - appendFixedWidthPadLeft(int, int, char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends an object to the builder padding on the left to a fixed width.
- appendFixedWidthPadLeft(Object, int, char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends an object to the builder padding on the left to a fixed width.
- appendFixedWidthPadRight(int, int, char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends an object to the builder padding on the right to a fixed length.
- appendFixedWidthPadRight(Object, int, char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends an object to the builder padding on the right to a fixed length.
- appendIdentityHashCode(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append the
System.identityHashCode(java.lang.Object)
. - appendIdentityToString(StringBuffer, Object) - Static method in class org.apache.commons.lang.ObjectUtils
-
Deprecated.The design of this method is bad - see LANG-360. Instead, use identityToString(StringBuffer, Object).
- appendInternal(StringBuffer, String, Object, boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
anObject
, correctly interpreting its type. - appendln(boolean) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a boolean value followed by a new line to the string builder.
- appendln(char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a char value followed by a new line to the string builder.
- appendln(char[]) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a char array followed by a new line to the string builder.
- appendln(char[], int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a char array followed by a new line to the string builder.
- appendln(double) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a double value followed by a new line to the string builder using
String.valueOf
. - appendln(float) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a float value followed by a new line to the string builder using
String.valueOf
. - appendln(int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends an int value followed by a new line to the string builder using
String.valueOf
. - appendln(long) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a long value followed by a new line to the string builder using
String.valueOf
. - appendln(Object) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends an object followed by a new line to this string builder.
- appendln(String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a string followed by a new line to this string builder.
- appendln(StringBuffer) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a string buffer followed by a new line to this string builder.
- appendln(StringBuffer, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends part of a string buffer followed by a new line to this string builder.
- appendln(String, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends part of a string followed by a new line to this string builder.
- appendln(StrBuilder) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends another string builder followed by a new line to this string builder.
- appendln(StrBuilder, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends part of a string builder followed by a new line to this string builder.
- appendNewLine() - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends the new line string to this string builder.
- appendNull() - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends the text representing
null
to this string builder. - appendNullText(StringBuffer, String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
an indicator fornull
. - appendPadding(int, char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends the pad character to the builder the specified number of times.
- appendQuotedString(String, ParsePosition, StrBuilder, boolean) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Consume a quoted string, adding it to
appendTo
if specified. - appendSeparator(char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a separator if the builder is currently non-empty.
- appendSeparator(char, char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Append one of both separators to the builder If the builder is currently empty it will append the defaultIfEmpty-separator Otherwise it will append the standard-separator The separator is appended using
StrBuilder.append(char)
. - appendSeparator(char, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a separator to the builder if the loop index is greater than zero.
- appendSeparator(String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a separator if the builder is currently non-empty.
- appendSeparator(String, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a separator to the builder if the loop index is greater than zero.
- appendSeparator(String, String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends one of both separators to the StrBuilder.
- appendStart(StringBuffer, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the start of data indicator. - appendStatics - Variable in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Whether or not to append static fields.
- appendSummary(StringBuffer, String, boolean[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
a summary of aboolean
array. - appendSummary(StringBuffer, String, byte[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
a summary of abyte
array. - appendSummary(StringBuffer, String, char[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
a summary of achar
array. - appendSummary(StringBuffer, String, double[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
a summary of adouble
array. - appendSummary(StringBuffer, String, float[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
a summary of afloat
array. - appendSummary(StringBuffer, String, int[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
a summary of anint
array. - appendSummary(StringBuffer, String, long[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
a summary of along
array. - appendSummary(StringBuffer, String, short[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
a summary of ashort
array. - appendSummary(StringBuffer, String, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
anObject
value, printing a summary of theObject
. - appendSummary(StringBuffer, String, Object[]) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
a summary of anObject
array. - appendSummarySize(StringBuffer, String, int) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
a size summary. - 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.CompareToBuilder
-
Appends to the
builder
thecompareTo(Object)
result of the superclass. - 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. - appendTo(StringBuffer, int) - Method in interface org.apache.commons.lang.time.FastDateFormat.NumberRule
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(StringBuffer, int) - Method in class org.apache.commons.lang.time.FastDateFormat.PaddedNumberField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(StringBuffer, int) - Method in class org.apache.commons.lang.time.FastDateFormat.TwelveHourField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(StringBuffer, int) - Method in class org.apache.commons.lang.time.FastDateFormat.TwentyFourHourField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(StringBuffer, int) - Method in class org.apache.commons.lang.time.FastDateFormat.TwoDigitMonthField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(StringBuffer, int) - Method in class org.apache.commons.lang.time.FastDateFormat.TwoDigitNumberField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(StringBuffer, int) - Method in class org.apache.commons.lang.time.FastDateFormat.TwoDigitYearField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(StringBuffer, int) - Method in class org.apache.commons.lang.time.FastDateFormat.UnpaddedMonthField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(StringBuffer, int) - Method in class org.apache.commons.lang.time.FastDateFormat.UnpaddedNumberField
-
Appends the specified value to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.CharacterLiteral
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.PaddedNumberField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in interface org.apache.commons.lang.time.FastDateFormat.Rule
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.StringLiteral
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.TextField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNumberRule
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.TwelveHourField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.TwentyFourHourField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.TwoDigitMonthField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.TwoDigitNumberField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.TwoDigitYearField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.UnpaddedMonthField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- appendTo(StringBuffer, Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat.UnpaddedNumberField
-
Appends the value of the specified calendar to the output buffer based on the rule implementation.
- 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. - appendTransients - Variable in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Whether or not to append transient fields.
- appendWithSeparators(Object[], String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends an array placing separators between each value, but not before the first or after the last.
- appendWithSeparators(Collection, String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends a collection placing separators between each value, but not before the first or after the last.
- appendWithSeparators(Iterator, String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Appends an iterator placing separators between each value, but not before the first or after the last.
- applyPattern(String) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Apply the specified pattern.
- applyRules(Calendar, StringBuffer) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Performs the formatting by applying the rules to the specified calendar.
- 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
'}'
. - ArrayEntityMap() - Constructor for class org.apache.commons.lang.Entities.ArrayEntityMap
-
Constructs a new instance of
ArrayEntityMap
. - ArrayEntityMap(int) - Constructor for class org.apache.commons.lang.Entities.ArrayEntityMap
-
Constructs a new instance of
ArrayEntityMap
specifying the size by which the array should grow. - 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
'{'
. - ArrayUtils - Class in org.apache.commons.lang
-
Operations on arrays, primitive arrays (like
int[]
) and primitive wrapper arrays (likeInteger[]
). - ArrayUtils() - Constructor for class org.apache.commons.lang.ArrayUtils
-
ArrayUtils instances should NOT be constructed in standard programming.
- 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".
- asReader() - Method in class org.apache.commons.lang.text.StrBuilder
-
Gets the contents of this builder as a Reader.
- asTokenizer() - Method in class org.apache.commons.lang.text.StrBuilder
-
Creates a tokenizer that can tokenize the contents of this builder.
- asWriter() - Method in class org.apache.commons.lang.text.StrBuilder
-
Gets this builder as a Writer that can be written to.
- availableLocaleList() - Static method in class org.apache.commons.lang.LocaleUtils
-
Obtains an unmodifiable list of installed locales.
- availableLocaleSet() - Static method in class org.apache.commons.lang.LocaleUtils
-
Obtains an unmodifiable set of installed locales.
- AWT_TOOLKIT - Static variable in class org.apache.commons.lang.SystemUtils
-
The
awt.toolkit
System Property.
B
- BASIC_ARRAY - Static variable in class org.apache.commons.lang.Entities
- BinaryEntityMap() - Constructor for class org.apache.commons.lang.Entities.BinaryEntityMap
-
Constructs a new instance of
BinaryEntityMap
. - BinaryEntityMap(int) - Constructor for class org.apache.commons.lang.Entities.BinaryEntityMap
-
Constructs a new instance of
ArrayEntityMap
specifying the size by which the underlying array should grow. - binarySearch(int) - Method in class org.apache.commons.lang.Entities.BinaryEntityMap
-
Performs a binary search of the entity array for the specified key.
- BitField - Class in org.apache.commons.lang
-
Operations on bit-mapped fields.
- BitField(int) - Constructor for class org.apache.commons.lang.BitField
-
Creates a BitField instance.
- bitsRequired(long) - Static method in class org.apache.commons.lang.math.JVMRandom
-
Count the number of bits required to represent a long number.
- BooleanUtils - Class in org.apache.commons.lang
-
Operations on boolean primitives and Boolean objects.
- BooleanUtils() - Constructor for class org.apache.commons.lang.BooleanUtils
-
BooleanUtils
instances should NOT be constructed in standard programming. - booleanValue() - Method in class org.apache.commons.lang.mutable.MutableBoolean
-
Returns the value of this MutableBoolean as a boolean.
- buffer - Variable in class org.apache.commons.lang.builder.ToStringBuilder
-
Current toString buffer, not null.
- buffer - Variable in class org.apache.commons.lang.text.StrBuilder
-
Internal data storage.
- 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.
- byteValue() - Method in class org.apache.commons.lang.mutable.MutableByte
-
Returns the value of this MutableByte as a byte.
C
- capacity() - Method in class org.apache.commons.lang.text.StrBuilder
-
Gets the current size of the internal character array buffer.
- CAPACITY - Static variable in class org.apache.commons.lang.text.StrBuilder
-
The extra capacity for new builders.
- 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
capitalize(String)
. Method will be removed in Commons Lang 3.0. - capitalize(String) - Static method in class org.apache.commons.lang.StringUtils
-
Capitalizes a String changing the first letter to title case as per
Character.toTitleCase(char)
. - capitalize(String) - Static method in class org.apache.commons.lang.WordUtils
-
Capitalizes all the whitespace separated words in a String.
- capitalize(String, char[]) - Static method in class org.apache.commons.lang.WordUtils
-
Capitalizes all the delimiter separated words in a String.
- capitalizeFully(String) - Static method in class org.apache.commons.lang.WordUtils
-
Converts all the whitespace separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.
- capitalizeFully(String, char[]) - Static method in class org.apache.commons.lang.WordUtils
-
Converts all the delimiter separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.
- cause - Variable in error org.apache.commons.lang.exception.NestableError
-
Holds the reference to the exception or error that caused this exception to be thrown.
- cause - Variable in exception org.apache.commons.lang.exception.NestableException
-
Holds the reference to the exception or error that caused this exception to be thrown.
- cause - Variable in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Holds the reference to the exception or error that caused this exception to be thrown.
- cause - Variable in exception org.apache.commons.lang.NotImplementedException
-
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_NAMES_LOCK - Static variable in class org.apache.commons.lang.exception.ExceptionUtils
- cAvailableLocaleList - Static variable in class org.apache.commons.lang.LocaleUtils
-
Unmodifiable list of available locales.
- cAvailableLocaleSet - Static variable in class org.apache.commons.lang.LocaleUtils
-
Unmodifiable set of available locales.
- cCountriesByLanguage - Static variable in class org.apache.commons.lang.LocaleUtils
-
Unmodifiable map of country locales by language.
- cDateInstanceCache - Static variable in class org.apache.commons.lang.time.FastDateFormat
- cDateTimeInstanceCache - Static variable in class org.apache.commons.lang.time.FastDateFormat
- cDefaultPattern - Static variable in class org.apache.commons.lang.time.FastDateFormat
- ceiling(Object, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Ceil this date, leaving the field specified as the most significant field.
- ceiling(Calendar, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Ceil this date, leaving the field specified as the most significant field.
- ceiling(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Ceil this date, leaving the field specified as the most significant field.
- 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
. - cEnumClasses - Static variable in class org.apache.commons.lang.enums.Enum
-
Map
, key of class name, value ofEntry
. - ch - Variable in class org.apache.commons.lang.text.StrMatcher.CharMatcher
-
The character to match.
- CHAR_ARRAY - Static variable in class org.apache.commons.lang.CharUtils
- CHAR_STRING - Static variable in class org.apache.commons.lang.CharUtils
- CHAR_STRING_ARRAY - Static variable in class org.apache.commons.lang.CharUtils
- CharacterIterator(CharRange) - Constructor for class org.apache.commons.lang.CharRange.CharacterIterator
-
Construct a new iterator for the character range.
- CharacterLiteral(char) - Constructor for class org.apache.commons.lang.time.FastDateFormat.CharacterLiteral
-
Constructs a new instance of
CharacterLiteral
to hold the specified value. - charAt(int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Gets the character at the specified index.
- CharEncoding - Class in org.apache.commons.lang
-
Character encoding names required of every implementation of the Java platform.
- CharEncoding() - Constructor for class org.apache.commons.lang.CharEncoding
- charMatcher(char) - Static method in class org.apache.commons.lang.text.StrMatcher
-
Constructor that creates a matcher from a character.
- CharMatcher(char) - Constructor for class org.apache.commons.lang.text.StrMatcher.CharMatcher
-
Constructor that creates a matcher that matches a single character.
- CharRange - Class in org.apache.commons.lang
-
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. - CharRange.CharacterIterator - Class in org.apache.commons.lang
-
Character
Iterator
. - chars - Variable in class org.apache.commons.lang.text.StrMatcher.CharSetMatcher
-
The set of characters to match.
- chars - Variable in class org.apache.commons.lang.text.StrMatcher.StringMatcher
-
The string to match, as a character array.
- chars - Variable in class org.apache.commons.lang.text.StrTokenizer
-
The text to work on.
- CharSet - Class in org.apache.commons.lang
-
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.
- charSetMatcher(char[]) - Static method in class org.apache.commons.lang.text.StrMatcher
-
Constructor that creates a matcher from a set of characters.
- charSetMatcher(String) - Static method in class org.apache.commons.lang.text.StrMatcher
-
Constructor that creates a matcher from a string representing a set of characters.
- CharSetMatcher(char[]) - Constructor for class org.apache.commons.lang.text.StrMatcher.CharSetMatcher
-
Constructor that creates a matcher from a character array.
- CharSetUtils - Class in org.apache.commons.lang
-
Operations on
CharSet
s. - CharSetUtils() - Constructor for class org.apache.commons.lang.CharSetUtils
-
CharSetUtils instances should NOT be constructed in standard programming.
- CharUtils - Class in org.apache.commons.lang
-
Operations on char primitives and Character objects.
- CharUtils() - Constructor for class org.apache.commons.lang.CharUtils
-
CharUtils
instances should NOT be constructed in standard programming. - checkCyclicSubstitution(String, List) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Checks if the specified variable is already in the stack (list) of variables.
- checkTokenized() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Checks if tokenization has been done, and if not then do it.
- 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 ofstr
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. - cInstanceCache - Static variable in class org.apache.commons.lang.time.FastDateFormat
- cLanguagesByCountry - Static variable in class org.apache.commons.lang.LocaleUtils
-
Unmodifiable map of language locales by country.
- ClassUtils - Class in org.apache.commons.lang
-
Operates on classes without using reflection.
- ClassUtils() - Constructor for class org.apache.commons.lang.ClassUtils
-
ClassUtils instances should NOT be constructed in standard programming.
- 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() - Method in class org.apache.commons.lang.IntHashMap
-
Clears this hashtable so that it contains no keys.
- clear() - Method in class org.apache.commons.lang.text.StrBuilder
-
Clears the string builder (convenience Collections API style method).
- 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() - Method in class org.apache.commons.lang.text.StrBuilder
-
Clone this object.
- clone() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Creates a new instance of this Tokenizer.
- clone(boolean[]) - 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(char[]) - 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(int[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
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(short[]) - 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. - clone(Object) - Static method in class org.apache.commons.lang.ObjectUtils
-
Clone an object.
- clone(Object[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Shallow clones an array returning a typecast result and handling
null
. - CloneFailedException - Exception in org.apache.commons.lang.exception
-
Exception thrown when a clone cannot be created.
- CloneFailedException(String) - Constructor for exception org.apache.commons.lang.exception.CloneFailedException
-
Constructs a CloneFailedException.
- CloneFailedException(String, Throwable) - Constructor for exception org.apache.commons.lang.exception.CloneFailedException
-
Constructs a CloneFailedException.
- CloneFailedException(Throwable) - Constructor for exception org.apache.commons.lang.exception.CloneFailedException
-
Constructs a CloneFailedException.
- cloneIfPossible(Object) - Static method in class org.apache.commons.lang.ObjectUtils
-
Clone an object if possible.
- cloneReset() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Creates a new instance of this Tokenizer.
- close() - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderReader
- close() - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderWriter
- COMMA_MATCHER - Static variable in class org.apache.commons.lang.text.StrMatcher
-
Matches the comma character.
- commaMatcher() - Static method in class org.apache.commons.lang.text.StrMatcher
-
Returns a matcher which matches the comma character.
- COMMON - Static variable in class org.apache.commons.lang.CharSet
-
A Map of the common cases used in the factory.
- compare(double, double) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Compares two
doubles
for order. - 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.math.NumberUtils
-
Compares two floats for order.
- compare(float, float) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Compares two floats for order.
- compare(Comparable, Comparable) - Static method in class org.apache.commons.lang.ObjectUtils
-
Null safe comparison of Comparables.
- compare(Comparable, Comparable, boolean) - Static method in class org.apache.commons.lang.ObjectUtils
-
Null safe comparison of Comparables.
- compareParameterTypes(Class[], Class[], Class[]) - Static method in class org.apache.commons.lang.reflect.MemberUtils
-
Compare the relative fitness of two sets of parameter types in terms of matching a third set of runtime parameter types, such that a list ordered by the results of the comparison would return the best match first (least).
- compareTo(Object) - Method in class org.apache.commons.lang.enums.Enum
-
Tests for order.
- compareTo(Object) - Method in class org.apache.commons.lang.enums.ValuedEnum
-
Tests for order.
- compareTo(Object) - Method in class org.apache.commons.lang.math.Fraction
-
Compares this object to another based on size.
- compareTo(Object) - Method in class org.apache.commons.lang.mutable.MutableBoolean
-
Compares this mutable to another in ascending order.
- compareTo(Object) - Method in class org.apache.commons.lang.mutable.MutableByte
-
Compares this mutable to another in ascending order.
- compareTo(Object) - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Compares this mutable to another in ascending order.
- compareTo(Object) - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Compares this mutable to another in ascending order.
- compareTo(Object) - Method in class org.apache.commons.lang.mutable.MutableInt
-
Compares this mutable to another in ascending order.
- compareTo(Object) - Method in class org.apache.commons.lang.mutable.MutableLong
-
Compares this mutable to another in ascending order.
- compareTo(Object) - Method in class org.apache.commons.lang.mutable.MutableShort
-
Compares this mutable to another in ascending order.
- CompareToBuilder - Class in org.apache.commons.lang.builder
-
Assists in implementing
Comparable.compareTo(Object)
methods. - CompareToBuilder() - Constructor for class org.apache.commons.lang.builder.CompareToBuilder
-
Constructor for CompareToBuilder.
- comparison - Variable in class org.apache.commons.lang.builder.CompareToBuilder
-
Current state of the comparison as appended fields are checked.
- CompositeFormat - Class in org.apache.commons.lang.text
-
Formats using one formatter and parses using a different formatter.
- CompositeFormat(Format, Format) - Constructor for class org.apache.commons.lang.text.CompositeFormat
-
Create a format that points its parseObject method to one implementation and its format method to another.
- 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. - constructed - Variable in class org.apache.commons.lang.math.JVMRandom
-
Ensures that only the parent constructor can call reseed.
- ConstructorUtils - Class in org.apache.commons.lang.reflect
-
Utility reflection methods focussed on constructors, modelled after
MethodUtils
. - ConstructorUtils() - Constructor for class org.apache.commons.lang.reflect.ConstructorUtils
-
ConstructorUtils instances should NOT be constructed in standard programming.
- contains(boolean[], boolean) - 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(char) - Method in class org.apache.commons.lang.CharRange
-
Is the character specified contained in this range.
- contains(char) - Method in class org.apache.commons.lang.CharSet
-
Does the
CharSet
contain the specified characterch
. - contains(char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Checks if the string builder contains the specified char.
- contains(char[], char) - 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(int[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if the value 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(short[], short) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if the value is in the given array.
- contains(Object) - Method in class org.apache.commons.lang.IntHashMap
-
Tests if some key maps into the specified value in this hashtable.
- contains(Object[], Object) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if the object is in the given array.
- contains(String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Checks if the string builder contains the specified string.
- 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
-
Checks if String contains a search String, handling
null
. - contains(CharRange) - Method in class org.apache.commons.lang.CharRange
-
Are all the characters of the passed in range contained in this range.
- contains(StrMatcher) - Method in class org.apache.commons.lang.text.StrBuilder
-
Checks if the string builder contains a string matched using the specified matcher.
- containsAny(String, char[]) - Static method in class org.apache.commons.lang.StringUtils
-
Checks if the String contains any character in the given set of characters.
- containsAny(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Checks if the String contains any character in the given set of characters.
- containsDouble(double) - Method in class org.apache.commons.lang.math.DoubleRange
-
Tests whether the specified
double
occurs within this range usingdouble
comparison. - containsDouble(double) - Method in class org.apache.commons.lang.math.Range
-
Tests whether the specified
double
occurs within this range usingdouble
comparison. - containsDouble(Number) - Method in class org.apache.commons.lang.math.Range
-
Tests whether the specified
Number
occurs within this range usingdouble
comparison.. - containsElements(Collection) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Learn whether the specified Collection contains non-null elements.
- containsFloat(float) - Method in class org.apache.commons.lang.math.FloatRange
-
Tests whether the specified
float
occurs within this range usingfloat
comparison. - containsFloat(float) - Method in class org.apache.commons.lang.math.Range
-
Tests whether the specified
float
occurs within this range usingfloat
comparison. - containsFloat(Number) - Method in class org.apache.commons.lang.math.Range
-
Tests whether the specified
Number
occurs within this range usingfloat
comparison. - containsIgnoreCase(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Checks if String contains a search String irrespective of case, handling
null
. - containsInteger(int) - Method in class org.apache.commons.lang.math.IntRange
-
Tests whether the specified
int
occurs within this range usingint
comparison. - containsInteger(int) - Method in class org.apache.commons.lang.math.Range
-
Tests whether the specified
int
occurs within this range usingint
comparison. - containsInteger(Number) - Method in class org.apache.commons.lang.math.Range
-
Tests whether the specified
Number
occurs within this range usingint
comparison.. - containsKey(int) - Method in class org.apache.commons.lang.IntHashMap
-
Tests if the specified object is a key in this hashtable.
- containsLong(long) - Method in class org.apache.commons.lang.math.LongRange
-
Tests whether the specified
long
occurs within this range usinglong
comparison. - containsLong(long) - Method in class org.apache.commons.lang.math.Range
-
Tests whether the specified
long
occurs within this range usinglong
comparison. - containsLong(Number) - Method in class org.apache.commons.lang.math.Range
-
Tests whether the specified
Number
occurs within this range usinglong
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 usingdouble
comparison. - containsNumber(Number) - Method in class org.apache.commons.lang.math.FloatRange
-
Tests whether the specified
number
occurs within this range usingfloat
comparison. - containsNumber(Number) - Method in class org.apache.commons.lang.math.IntRange
-
Tests whether the specified
number
occurs within this range usingint
comparison. - containsNumber(Number) - Method in class org.apache.commons.lang.math.LongRange
-
Tests whether the specified
number
occurs within this range usinglong
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.
- containsTokenWithValue(DurationFormatUtils.Token[], Object) - Static method in class org.apache.commons.lang.time.DurationFormatUtils.Token
-
Helper method to determine if a set of tokens contain a value
- containsValue(Object) - Method in class org.apache.commons.lang.IntHashMap
-
Returns
true
if this HashMap maps one or more keys to this value. - 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
'['
. - convertClassesToClassNames(List) - Static method in class org.apache.commons.lang.ClassUtils
-
Given a
List
ofClass
objects, this method converts them into class names. - convertClassNamesToClasses(List) - Static method in class org.apache.commons.lang.ClassUtils
-
Given a
List
of class names, this method converts them into classes. - copyArrayGrow1(Object, Class) - Static method in class org.apache.commons.lang.ArrayUtils
-
Returns a copy of the given array of size 1 greater than the argument.
- count - Variable in class org.apache.commons.lang.IntHashMap
-
The total number of entries in the hash table.
- count - Variable in class org.apache.commons.lang.time.DurationFormatUtils.Token
- 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.
- countriesByLanguage(String) - Static method in class org.apache.commons.lang.LocaleUtils
-
Obtains the list of countries supported for a given language.
- CR - Static variable in class org.apache.commons.lang.CharUtils
-
- createBigDecimal(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to aBigDecimal
. - createBigDecimal(String) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Convert a
String
to aBigDecimal
. - createBigInteger(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to aBigInteger
. - createBigInteger(String) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Convert a
String
to aBigInteger
. - createDouble(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to aDouble
. - createDouble(String) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Convert a
String
to aDouble
. - createEntry(Class) - Static method in class org.apache.commons.lang.enums.Enum
-
Creates an
Entry
for storing the Enums. - createFloat(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to aFloat
. - createFloat(String) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Convert a
String
to aFloat
. - createInteger(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to aInteger
, handling hex and octal notations. - createInteger(String) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Convert a
String
to aInteger
, handling hex and octal notations. - createLong(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to aLong
. - createLong(String) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Convert a
String
to aLong
. - createLookupTable() - Method in class org.apache.commons.lang.Entities.LookupEntityMap
-
Creates an entity lookup table of LOOKUP_TABLE_SIZE elements, initialized with entity names.
- createNumber(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Turns a string value into a java.lang.Number.
- createNumber(String) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Turns a string value into a java.lang.Number.
- createStringWriter(String) - Method in class org.apache.commons.lang.Entities
-
Make the StringWriter 10% larger than the source String to avoid growing the writer
- CSV_DELIMITER - Static variable in class org.apache.commons.lang.StringEscapeUtils
- CSV_QUOTE - Static variable in class org.apache.commons.lang.StringEscapeUtils
- CSV_QUOTE_STR - Static variable in class org.apache.commons.lang.StringEscapeUtils
- CSV_SEARCH_CHARS - Static variable in class org.apache.commons.lang.StringEscapeUtils
- CSV_TOKENIZER_PROTOTYPE - Static variable in class org.apache.commons.lang.text.StrTokenizer
- cTimeInstanceCache - Static variable in class org.apache.commons.lang.time.FastDateFormat
- cTimeZoneDisplayCache - Static variable in class org.apache.commons.lang.time.FastDateFormat
- current - Variable in class org.apache.commons.lang.CharRange.CharacterIterator
-
The current character
D
- d - Static variable in class org.apache.commons.lang.time.DurationFormatUtils
- DateFormatUtils - Class in org.apache.commons.lang.time
-
Date and time formatting utilities and constants.
- DateFormatUtils() - Constructor for class org.apache.commons.lang.time.DateFormatUtils
-
DateFormatUtils instances should NOT be constructed in standard programming.
- DateIterator(Calendar, Calendar) - Constructor for class org.apache.commons.lang.time.DateUtils.DateIterator
-
Constructs a DateIterator that ranges from one date to another.
- DateUtils - Class in org.apache.commons.lang.time
-
A suite of utilities surrounding the use of the
Calendar
andDate
object. - DateUtils() - Constructor for class org.apache.commons.lang.time.DateUtils
-
DateUtils
instances should NOT be constructed in standard programming. - DateUtils.DateIterator - Class in org.apache.commons.lang.time
-
Date iterator.
- decrement() - Method in class org.apache.commons.lang.mutable.MutableByte
-
Decrements the value.
- decrement() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Decrements the value.
- decrement() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Decrements the value.
- decrement() - Method in class org.apache.commons.lang.mutable.MutableInt
-
Decrements the value.
- decrement() - Method in class org.apache.commons.lang.mutable.MutableLong
-
Decrements the value.
- decrement() - Method in class org.apache.commons.lang.mutable.MutableShort
-
Decrements the value.
- DEFAULT_ESCAPE - Static variable in class org.apache.commons.lang.text.StrSubstitutor
-
Constant for the default escape character.
- DEFAULT_MESSAGE - Static variable in exception org.apache.commons.lang.NotImplementedException
- DEFAULT_PREFIX - Static variable in class org.apache.commons.lang.text.StrSubstitutor
-
Constant for the default variable prefix.
- DEFAULT_STYLE - Static variable in class org.apache.commons.lang.builder.ToStringStyle
-
The default toString style.
- DEFAULT_SUFFIX - Static variable in class org.apache.commons.lang.text.StrSubstitutor
-
Constant for the default variable suffix.
- defaultFullDetail - Variable in class org.apache.commons.lang.builder.ToStringStyle
-
The value to use when fullDetail is
null
, the default value istrue
. - defaultIfBlank(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Returns either the passed in String, or if the String is whitespace, empty ("") or
null
, the value ofdefaultStr
. - defaultIfEmpty(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Returns either the passed in String, or if the String is empty or
null
, the value ofdefaultStr
. - 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
, the value ofdefaultStr
. - defaultStyle - Static variable in class org.apache.commons.lang.builder.ToStringBuilder
-
The default style of output to use, not null.
- DefaultToStringStyle() - Constructor for class org.apache.commons.lang.builder.ToStringStyle.DefaultToStringStyle
-
Constructor.
- delegate - Variable in error org.apache.commons.lang.exception.NestableError
-
The helper instance which contains much of the code which we delegate to.
- delegate - Variable in exception org.apache.commons.lang.exception.NestableException
-
The helper instance which contains much of the code which we delegate to.
- delegate - Variable in exception org.apache.commons.lang.exception.NestableRuntimeException
-
The helper instance which contains much of the code which we delegate to.
- delegate - Variable in exception org.apache.commons.lang.NotImplementedException
-
The exception helper to delegate nested exception handling to.
- delete(int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Deletes the characters between the two specified indices.
- 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.
- deleteAll(char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Deletes the character wherever it occurs in the builder.
- deleteAll(String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Deletes the string wherever it occurs in the builder.
- deleteAll(StrMatcher) - Method in class org.apache.commons.lang.text.StrBuilder
-
Deletes all parts of the builder that the matcher matches.
- deleteCharAt(int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Deletes the character at the specified index.
- deleteFirst(char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Deletes the character wherever it occurs in the builder.
- deleteFirst(String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Deletes the string wherever it occurs in the builder.
- deleteFirst(StrMatcher) - Method in class org.apache.commons.lang.text.StrBuilder
-
Deletes the first match within the builder using the specified matcher.
- deleteImpl(int, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Internal method to delete a range without validation.
- 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)
. - delimMatcher - Variable in class org.apache.commons.lang.text.StrTokenizer
-
The delimiter matcher
- denominator - Variable in class org.apache.commons.lang.math.Fraction
-
The denominator number part of the fraction (the seven in three sevenths).
- 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. - 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.
- 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_QUOTE_MATCHER - Static variable in class org.apache.commons.lang.text.StrMatcher
-
Matches the double quote character.
- DOUBLE_ZERO - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Double constant for zero.
- doubleQuoteMatcher() - Static method in class org.apache.commons.lang.text.StrMatcher
-
Returns a matcher which matches the double quote character.
- DoubleRange - Class in org.apache.commons.lang.math
-
DoubleRange
represents an inclusive range ofdouble
s. - 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(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) - 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, Number) - Constructor for class org.apache.commons.lang.math.DoubleRange
-
Constructs a new
DoubleRange
with the specified minimum and maximum numbers (both inclusive). - doubleValue() - Method in class org.apache.commons.lang.math.Fraction
-
Gets the fraction as a
double
. - doubleValue() - Method in class org.apache.commons.lang.mutable.MutableByte
-
Returns the value of this MutableByte as a double.
- doubleValue() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Returns the value of this MutableDouble as a double.
- doubleValue() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Returns the value of this MutableFloat as a double.
- doubleValue() - Method in class org.apache.commons.lang.mutable.MutableInt
-
Returns the value of this MutableInt as a double.
- doubleValue() - Method in class org.apache.commons.lang.mutable.MutableLong
-
Returns the value of this MutableLong as a double.
- doubleValue() - Method in class org.apache.commons.lang.mutable.MutableShort
-
Returns the value of this MutableShort as a double.
- doUnescape(Writer, String, int) - Method in class org.apache.commons.lang.Entities
-
Underlying unescape method that allows the optimisation of not starting from the 0 index again.
- DUMMY_PATTERN - Static variable in class org.apache.commons.lang.text.ExtendedMessageFormat
- DurationFormatUtils - Class in org.apache.commons.lang.time
-
Duration formatting utilities and constants.
- DurationFormatUtils() - Constructor for class org.apache.commons.lang.time.DurationFormatUtils
-
DurationFormatUtils instances should NOT be constructed in standard programming.
- DurationFormatUtils.Token - Class in org.apache.commons.lang.time
-
Element that is parsed from the format pattern.
E
- EMPTY - Static variable in class org.apache.commons.lang.CharSet
-
A CharSet defining no characters.
- EMPTY - Static variable in class org.apache.commons.lang.StringUtils
-
The empty String
""
. - EMPTY_BOOLEAN_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
boolean
array. - EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
Boolean
array. - EMPTY_BYTE_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
byte
array. - EMPTY_BYTE_OBJECT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
Byte
array. - EMPTY_CHAR_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
char
array. - EMPTY_CHARACTER_OBJECT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
Character
array. - EMPTY_CLASS_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
Class
array. - EMPTY_DOUBLE_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
double
array. - EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
Double
array. - EMPTY_FLOAT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
float
array. - EMPTY_FLOAT_OBJECT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
Float
array. - EMPTY_INT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
int
array. - EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
Integer
array. - EMPTY_LONG_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
long
array. - EMPTY_LONG_OBJECT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
Long
array. - EMPTY_MAP - Static variable in class org.apache.commons.lang.enums.Enum
-
An empty
Map
, as JDK1.2 didn't have an empty map. - EMPTY_OBJECT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
Object
array. - EMPTY_SHORT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
short
array. - EMPTY_SHORT_OBJECT_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
Short
array. - EMPTY_STRING_ARRAY - Static variable in class org.apache.commons.lang.ArrayUtils
-
An empty immutable
String
array. - emptyAsNull - Variable in class org.apache.commons.lang.text.StrTokenizer
-
Whether to return empty tokens as null
- enableSubstitutionInVariables - Variable in class org.apache.commons.lang.text.StrSubstitutor
-
The flag whether substitution in variable names is enabled.
- end - Variable in class org.apache.commons.lang.CharRange
-
The last character, inclusive, in the range.
- END_FE - Static variable in class org.apache.commons.lang.text.ExtendedMessageFormat
- endFinal - Variable in class org.apache.commons.lang.time.DateUtils.DateIterator
- endsWith(String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Checks whether this builder ends with the specified string.
- endsWith(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Check if a String ends with a specified suffix.
- endsWith(String, String, boolean) - Static method in class org.apache.commons.lang.StringUtils
-
Check if a String ends with a specified suffix (optionally case insensitive).
- endsWithAny(String, String[]) - Static method in class org.apache.commons.lang.StringUtils
-
Check if a String ends with any of an array of specified strings.
- endsWithIgnoreCase(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Case insensitive check if a String ends with a specified suffix.
- ensureCapacity(int) - Method in class org.apache.commons.lang.Entities.ArrayEntityMap
-
Verifies the capacity of the entity array, adjusting the size if necessary.
- ensureCapacity(int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Checks the capacity and ensures that it is at least the size specified.
- Entities - Class in org.apache.commons.lang
-
Provides HTML and XML entity utilities.
- Entities() - Constructor for class org.apache.commons.lang.Entities
-
Default constructor.
- Entities(Entities.EntityMap) - Constructor for class org.apache.commons.lang.Entities
-
package scoped constructor for testing.
- Entities.ArrayEntityMap - Class in org.apache.commons.lang
- Entities.BinaryEntityMap - Class in org.apache.commons.lang
- Entities.EntityMap - Interface in org.apache.commons.lang
- Entities.HashEntityMap - Class in org.apache.commons.lang
- Entities.LookupEntityMap - Class in org.apache.commons.lang
- Entities.MapIntMap - Class in org.apache.commons.lang
- Entities.PrimitiveEntityMap - Class in org.apache.commons.lang
- Entities.TreeEntityMap - Class in org.apache.commons.lang
- entityName(int) - Method in class org.apache.commons.lang.Entities
-
Returns the name of the entity identified by the specified value.
- entityValue(String) - Method in class org.apache.commons.lang.Entities
-
Returns the value of the entity identified by the specified name.
- Entry() - Constructor for class org.apache.commons.lang.enums.Enum.Entry
-
Restrictive constructor.
- Entry(int, int, Object, IntHashMap.Entry) - Constructor for class org.apache.commons.lang.IntHashMap.Entry
-
Create a new entry with the given values.
- Enum - Class in org.apache.commons.lang.enums
-
Abstract superclass for type-safe enums.
- Enum(String) - Constructor for class org.apache.commons.lang.enums.Enum
-
Constructor to add a new named item to the enumeration.
- Enum.Entry - Class in org.apache.commons.lang.enums
-
Enable the iterator to retain the source code order.
- EnumUtils - Class in org.apache.commons.lang.enums
-
Utility class for accessing and manipulating
Enum
s. - EnumUtils() - Constructor for class org.apache.commons.lang.enums.EnumUtils
-
Public constructor.
- equals(Object) - Method in class org.apache.commons.lang.builder.IDKey
-
checks if instances are equal
- equals(Object) - Method in class org.apache.commons.lang.CharRange
-
Compares two CharRange objects, returning true if they represent exactly the same range of characters defined in the same way.
- equals(Object) - Method in class org.apache.commons.lang.CharSet
-
Compares two CharSet objects, returning true if they represent exactly the same set of characters defined in the same way.
- equals(Object) - Method in class org.apache.commons.lang.enums.Enum
-
Tests for equality.
- equals(Object) - Method in class org.apache.commons.lang.math.DoubleRange
-
Compares this range to another object to test if they are equal.
- equals(Object) - Method in class org.apache.commons.lang.math.FloatRange
-
Compares this range to another object to test if they are equal.
- equals(Object) - Method in class org.apache.commons.lang.math.Fraction
-
Compares this fraction to another object to test if they are equal.
- equals(Object) - Method in class org.apache.commons.lang.math.IntRange
-
Compares this range to another object to test if they are equal.
- equals(Object) - Method in class org.apache.commons.lang.math.LongRange
-
Compares this range to another object to test if they are equal.
- equals(Object) - Method in class org.apache.commons.lang.math.NumberRange
-
Compares this range to another object to test if they are equal.
- equals(Object) - Method in class org.apache.commons.lang.math.Range
-
Compares this range to another object to test if they are equal.
- equals(Object) - Method in class org.apache.commons.lang.mutable.MutableBoolean
-
Compares this object to the specified object.
- equals(Object) - Method in class org.apache.commons.lang.mutable.MutableByte
-
Compares this object to the specified object.
- equals(Object) - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Compares this object against the specified object.
- equals(Object) - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Compares this object against some other object.
- equals(Object) - Method in class org.apache.commons.lang.mutable.MutableInt
-
Compares this object to the specified object.
- equals(Object) - Method in class org.apache.commons.lang.mutable.MutableLong
-
Compares this object to the specified object.
- equals(Object) - Method in class org.apache.commons.lang.mutable.MutableObject
-
Compares this object against the specified object.
- equals(Object) - Method in class org.apache.commons.lang.mutable.MutableShort
-
Compares this object to the specified object.
- equals(Object) - Method in class org.apache.commons.lang.NumberRange
-
Deprecated.Indicates whether some other
Object
is "equal" to this one. - equals(Object) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Check if this extended message format is equal to another object.
- equals(Object) - Method in class org.apache.commons.lang.text.StrBuilder
-
Checks the contents of this builder against another to see if they contain the same character content.
- equals(Object) - Method in class org.apache.commons.lang.time.DurationFormatUtils.Token
-
Supports equality of this Token to another Token.
- equals(Object) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Compares two objects for equality.
- equals(Object) - Method in class org.apache.commons.lang.time.FastDateFormat.Pair
- equals(Object) - Method in class org.apache.commons.lang.time.FastDateFormat.TimeZoneDisplayKey
- 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. - equals(StrBuilder) - Method in class org.apache.commons.lang.text.StrBuilder
-
Checks the contents of this builder against another to see if they contain the same character content.
- EqualsBuilder - Class in org.apache.commons.lang.builder
-
Assists in implementing
Object.equals(Object)
methods. - 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 the case. - equalsIgnoreCase(StrBuilder) - Method in class org.apache.commons.lang.text.StrBuilder
-
Checks the contents of this builder against another to see if they contain the same character content ignoring case.
- escape(Writer, String) - Method in class org.apache.commons.lang.Entities
-
Escapes the characters in the
String
passed and writes the result to theWriter
passed. - escape(String) - Method in class org.apache.commons.lang.Entities
-
Escapes the characters in a
String
. - escape(String) - Static method in class org.apache.commons.lang.StringUtils
-
Deprecated.Use
StringEscapeUtils.escapeJava(String)
This method will be removed in Commons Lang 3.0 - escapeChar - Variable in class org.apache.commons.lang.text.StrSubstitutor
-
Stores the escape character.
- escapeCsv(Writer, String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Writes a
String
value for a CSV column enclosed in double quotes, if required. - escapeCsv(String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Returns a
String
value for a CSV column enclosed in double quotes, if required. - ESCAPED_QUOTE - Static variable in class org.apache.commons.lang.text.ExtendedMessageFormat
- escapeHtml(Writer, String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Escapes the characters in a
String
using HTML entities and writes them to aWriter
. - escapeHtml(String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Escapes the characters in a
String
using HTML entities. - escapeJava(Writer, String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Escapes the characters in a
String
using Java String rules to aWriter
. - escapeJava(String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Escapes the characters in a
String
using Java String rules. - escapeJavaScript(Writer, String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Escapes the characters in a
String
using JavaScript String rules to aWriter
. - escapeJavaScript(String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Escapes the characters in a
String
using JavaScript String rules. - escapeJavaStyleString(Writer, String, boolean, boolean) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Worker method for the
StringEscapeUtils.escapeJavaScript(String)
method. - escapeJavaStyleString(String, boolean, boolean) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Worker method for the
StringEscapeUtils.escapeJavaScript(String)
method. - escapeSql(String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Escapes the characters in a
String
to be suitable to pass to an SQL query. - escapeXml(Writer, String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Escapes the characters in a
String
using XML entities. - escapeXml(String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Escapes the characters in a
String
using XML entities. - estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.CharacterLiteral
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.PaddedNumberField
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in interface org.apache.commons.lang.time.FastDateFormat.Rule
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.StringLiteral
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.TextField
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNumberRule
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.TwelveHourField
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.TwentyFourHourField
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.TwoDigitMonthField
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.TwoDigitNumberField
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.TwoDigitYearField
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.UnpaddedMonthField
-
Returns the estimated lentgh of the result.
- estimateLength() - Method in class org.apache.commons.lang.time.FastDateFormat.UnpaddedNumberField
-
Returns the estimated lentgh of the result.
- evaluateSet(String[]) - Static method in class org.apache.commons.lang.CharSetUtils
-
Deprecated.Use
CharSet.getInstance(String[])
. Method will be removed in Commons Lang 3.0. - ExceptionUtils - Class in org.apache.commons.lang.exception
-
Provides utilities for manipulating and examining
Throwable
objects. - ExceptionUtils() - Constructor for class org.apache.commons.lang.exception.ExceptionUtils
-
Public constructor allows an instance of
ExceptionUtils
to be created, although that is not normally necessary. - excludeFieldNames - Variable in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Which field names to exclude from output.
- ExtendedMessageFormat - Class in org.apache.commons.lang.text
-
Extends
java.text.MessageFormat
to allow pluggable/additional formatting options for embedded format elements. - ExtendedMessageFormat(String) - Constructor for class org.apache.commons.lang.text.ExtendedMessageFormat
-
Create a new ExtendedMessageFormat for the default locale.
- ExtendedMessageFormat(String, Locale) - Constructor for class org.apache.commons.lang.text.ExtendedMessageFormat
-
Create a new ExtendedMessageFormat.
- ExtendedMessageFormat(String, Locale, Map) - Constructor for class org.apache.commons.lang.text.ExtendedMessageFormat
-
Create a new ExtendedMessageFormat.
- ExtendedMessageFormat(String, Map) - Constructor for class org.apache.commons.lang.text.ExtendedMessageFormat
-
Create a new ExtendedMessageFormat for the default locale.
F
- FastDateFormat - Class in org.apache.commons.lang.time
-
FastDateFormat is a fast and thread-safe version of
SimpleDateFormat
. - FastDateFormat(String, TimeZone, Locale) - Constructor for class org.apache.commons.lang.time.FastDateFormat
-
Constructs a new FastDateFormat.
- FastDateFormat.CharacterLiteral - Class in org.apache.commons.lang.time
-
Inner class to output a constant single character.
- FastDateFormat.NumberRule - Interface in org.apache.commons.lang.time
-
Inner class defining a numeric rule.
- FastDateFormat.PaddedNumberField - Class in org.apache.commons.lang.time
-
Inner class to output a padded number.
- FastDateFormat.Pair - Class in org.apache.commons.lang.time
-
Helper class for creating compound objects.
- FastDateFormat.Rule - Interface in org.apache.commons.lang.time
-
Inner class defining a rule.
- FastDateFormat.StringLiteral - Class in org.apache.commons.lang.time
-
Inner class to output a constant string.
- FastDateFormat.TextField - Class in org.apache.commons.lang.time
-
Inner class to output one of a set of values.
- FastDateFormat.TimeZoneDisplayKey - Class in org.apache.commons.lang.time
-
Inner class that acts as a compound key for time zone names.
- FastDateFormat.TimeZoneNameRule - Class in org.apache.commons.lang.time
-
Inner class to output a time zone name.
- FastDateFormat.TimeZoneNumberRule - Class in org.apache.commons.lang.time
-
Inner class to output a time zone as a number
+/-HHMM
or+/-HH:MM
. - FastDateFormat.TwelveHourField - Class in org.apache.commons.lang.time
-
Inner class to output the twelve hour field.
- FastDateFormat.TwentyFourHourField - Class in org.apache.commons.lang.time
-
Inner class to output the twenty four hour field.
- FastDateFormat.TwoDigitMonthField - Class in org.apache.commons.lang.time
-
Inner class to output a two digit month.
- FastDateFormat.TwoDigitNumberField - Class in org.apache.commons.lang.time
-
Inner class to output a two digit number.
- FastDateFormat.TwoDigitYearField - Class in org.apache.commons.lang.time
-
Inner class to output a two digit year.
- FastDateFormat.UnpaddedMonthField - Class in org.apache.commons.lang.time
-
Inner class to output an unpadded month.
- FastDateFormat.UnpaddedNumberField - Class in org.apache.commons.lang.time
-
Inner class to output an unpadded number.
- fieldNameValueSeparator - Variable in class org.apache.commons.lang.builder.ToStringStyle
-
The field name value separator
'='
. - fields - Static variable in class org.apache.commons.lang.time.DateUtils
- fieldSeparator - Variable in class org.apache.commons.lang.builder.ToStringStyle
-
The field separator
','
. - fieldSeparatorAtEnd - Variable in class org.apache.commons.lang.builder.ToStringStyle
-
Whether the field separator should be added after any other fields.
- fieldSeparatorAtStart - Variable in class org.apache.commons.lang.builder.ToStringStyle
-
Whether the field separator should be added before any other fields.
- FieldUtils - Class in org.apache.commons.lang.reflect
-
Utilities for working with fields by reflection.
- FieldUtils() - Constructor for class org.apache.commons.lang.reflect.FieldUtils
-
FieldUtils instances should NOT be constructed in standard programming.
- FILE_ENCODING - Static variable in class org.apache.commons.lang.SystemUtils
-
The
file.encoding
System Property. - FILE_SEPARATOR - Static variable in class org.apache.commons.lang.SystemUtils
-
The
file.separator
System Property. - fillWithHtml40Entities(Entities) - Static method in class org.apache.commons.lang.Entities
-
Fills the specified entities instance with HTML 40 entities.
- FLOAT_MINUS_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Float constant for minus one.
- FLOAT_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Float constant for one.
- FLOAT_ZERO - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Float constant for zero.
- FloatRange - Class in org.apache.commons.lang.math
-
FloatRange
represents an inclusive range offloat
s. - FloatRange(float) - Constructor for class org.apache.commons.lang.math.FloatRange
-
Constructs a new
FloatRange
using the specified number as both the minimum and maximum in this range. - FloatRange(float, float) - Constructor for class org.apache.commons.lang.math.FloatRange
-
Constructs a new
FloatRange
with the specified minimum and maximum numbers (both inclusive). - FloatRange(Number) - Constructor for class org.apache.commons.lang.math.FloatRange
-
Constructs a new
FloatRange
using the specified number as both the minimum and maximum in this range. - FloatRange(Number, Number) - Constructor for class org.apache.commons.lang.math.FloatRange
-
Constructs a new
FloatRange
with the specified minimum and maximum numbers (both inclusive). - floatValue() - Method in class org.apache.commons.lang.math.Fraction
-
Gets the fraction as a
float
. - floatValue() - Method in class org.apache.commons.lang.mutable.MutableByte
-
Returns the value of this MutableByte as a float.
- floatValue() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Returns the value of this MutableDouble as a float.
- floatValue() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Returns the value of this MutableFloat as a float.
- floatValue() - Method in class org.apache.commons.lang.mutable.MutableInt
-
Returns the value of this MutableInt as a float.
- floatValue() - Method in class org.apache.commons.lang.mutable.MutableLong
-
Returns the value of this MutableLong as a float.
- floatValue() - Method in class org.apache.commons.lang.mutable.MutableShort
-
Returns the value of this MutableShort as a float.
- flush() - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderWriter
- format(long) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Formats a millisecond
long
value. - format(long, String) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern.
- format(long, StringBuffer) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Formats a milliseond
long
value into the suppliedStringBuffer
. - format(long, String, Locale) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a locale.
- format(long, String, TimeZone) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a time zone.
- format(long, String, TimeZone, Locale) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a time zone and locale.
- format(Object, StringBuffer, FieldPosition) - Method in class org.apache.commons.lang.text.CompositeFormat
-
Uses the formatter Format instance.
- format(Object, StringBuffer, FieldPosition) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Formats a
Date
,Calendar
orLong
(milliseconds) object. - format(Calendar) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Formats a
Calendar
object. - format(Calendar, String) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a calendar into a specific pattern.
- format(Calendar, StringBuffer) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Formats a
Calendar
object into the suppliedStringBuffer
. - format(Calendar, String, Locale) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a calendar into a specific pattern in a locale.
- format(Calendar, String, TimeZone) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a calendar into a specific pattern in a time zone.
- format(Calendar, String, TimeZone, Locale) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a calendar into a specific pattern in a time zone and locale.
- format(Date) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Formats a
Date
object. - format(Date, String) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern.
- format(Date, StringBuffer) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Formats a
Date
object into the suppliedStringBuffer
. - format(Date, String, Locale) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a locale.
- format(Date, String, TimeZone) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a time zone.
- format(Date, String, TimeZone, Locale) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern in a time zone and locale.
- format(DurationFormatUtils.Token[], int, int, int, int, int, int, int, boolean) - Static method in class org.apache.commons.lang.time.DurationFormatUtils
-
The internal method to do the formatting.
- formatDuration(long, String) - Static method in class org.apache.commons.lang.time.DurationFormatUtils
-
Formats the time gap as a string, using the specified format, and padding with zeros and using the default timezone.
- formatDuration(long, String, boolean) - Static method in class org.apache.commons.lang.time.DurationFormatUtils
-
Formats the time gap as a string, using the specified format.
- formatDurationHMS(long) - Static method in class org.apache.commons.lang.time.DurationFormatUtils
-
Formats the time gap as a string.
- formatDurationISO(long) - Static method in class org.apache.commons.lang.time.DurationFormatUtils
-
Formats the time gap as a string.
- formatDurationWords(long, boolean, boolean) - Static method in class org.apache.commons.lang.time.DurationFormatUtils
-
Formats an elapsed time into a plurialization correct string.
- FormatFactory - Interface in org.apache.commons.lang.text
-
Format factory.
- formatPeriod(long, long, String) - Static method in class org.apache.commons.lang.time.DurationFormatUtils
-
Formats the time gap as a string, using the specified format.
- formatPeriod(long, long, String, boolean, TimeZone) - Static method in class org.apache.commons.lang.time.DurationFormatUtils
-
Formats the time gap as a string, using the specified format.
- formatPeriodISO(long, long) - Static method in class org.apache.commons.lang.time.DurationFormatUtils
-
Formats the time gap as a string.
- formatter - Variable in class org.apache.commons.lang.text.CompositeFormat
-
The formatter to use.
- formatUTC(long, String) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern using the UTC time zone.
- formatUTC(long, String, Locale) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern using the UTC time zone.
- formatUTC(Date, String) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern using the UTC time zone.
- formatUTC(Date, String, Locale) - Static method in class org.apache.commons.lang.time.DateFormatUtils
-
Formats a date/time into a specific pattern using the UTC time zone.
- FOUR_FIFTHS - Static variable in class org.apache.commons.lang.math.Fraction
-
Fraction
representation of 4/5. - Fraction - Class in org.apache.commons.lang.math
-
Fraction
is aNumber
implementation that stores fractions accurately. - Fraction(int, int) - Constructor for class org.apache.commons.lang.math.Fraction
-
Constructs a
Fraction
instance with the 2 parts of a fraction Y/Z. - FULL - Static variable in class org.apache.commons.lang.time.FastDateFormat
-
FULL locale dependent date or time style.
G
- get(int) - Method in class org.apache.commons.lang.IntHashMap
-
Returns the value to which the specified key is mapped in this map.
- getAccessibleConstructor(Class, Class) - Static method in class org.apache.commons.lang.reflect.ConstructorUtils
-
Returns a constructor with single argument.
- getAccessibleConstructor(Class, Class[]) - Static method in class org.apache.commons.lang.reflect.ConstructorUtils
-
Returns a constructor given a class and signature.
- getAccessibleConstructor(Constructor) - Static method in class org.apache.commons.lang.reflect.ConstructorUtils
-
Returns accessible version of the given constructor.
- getAccessibleMethod(Class, String, Class) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) with given name and a single parameter.
- getAccessibleMethod(Class, String, Class[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) with given name and parameters.
- getAccessibleMethod(Method) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
- getAccessibleMethodFromInterfaceNest(Class, String, Class[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified method, by scanning through all implemented interfaces and subinterfaces.
- getAccessibleMethodFromSuperclass(Class, String, Class[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) by scanning through the superclasses.
- getAllInterfaces(Class) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets a
List
of all interfaces implemented by the given class and its superclasses. - getAllInterfaces(Class, List) - Static method in class org.apache.commons.lang.ClassUtils
-
Get the interfaces for the specified class.
- getAllSuperclasses(Class) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets a
List
of superclasses for the given class. - getArrayEnd() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets the array end text.
- getArrayEnd() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the array end text.
- getArraySeparator() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets the array separator text.
- getArraySeparator() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the array separator text.
- getArrayStart() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets the array start text.
- getArrayStart() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the array start text.
- getCanonicalName(String) - Static method in class org.apache.commons.lang.ClassUtils
-
Converts a given name of class into canonical format.
- 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() - Method in error org.apache.commons.lang.exception.NestableError
-
Returns the reference to the exception or error that caused the exception implementing the
Nestable
to be thrown. - getCause() - Method in exception org.apache.commons.lang.exception.NestableException
-
Returns the reference to the exception or error that caused the exception implementing the
Nestable
to be thrown. - getCause() - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Returns the reference to the exception or error that caused the exception implementing the
Nestable
to be thrown. - getCause() - Method in exception org.apache.commons.lang.NotImplementedException
-
Gets the root cause of this exception.
- getCause(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Introspects the
Throwable
to obtain the cause. - getCause(Throwable, String[]) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Introspects the
Throwable
to obtain the cause. - getCauseMethodNameList() - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Returns
ExceptionUtils.CAUSE_METHOD_NAMES
as a List. - getCauseUsingFieldName(Throwable, String) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Finds a
Throwable
by field name. - getCauseUsingMethodName(Throwable, String) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Finds a
Throwable
by method name. - getCauseUsingWellKnownTypes(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Finds a
Throwable
for known types. - getCharRanges() - Method in class org.apache.commons.lang.CharSet
-
Gets the internal set as an array of CharRange objects.
- getChars(char[]) - Method in class org.apache.commons.lang.text.StrBuilder
-
Copies the character array into the specified array.
- getChars(int, int, char[], int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Copies the character array into the specified array.
- getChomp(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Deprecated.Use
StringUtils.substringAfterLast(String, String)
instead (although this doesn't include the separator) Method will be removed in Commons Lang 3.0. - getClass(ClassLoader, String) - Static method in class org.apache.commons.lang.ClassUtils
-
Returns the (initialized) class represented by
className
using theclassLoader
. - getClass(ClassLoader, String, boolean) - Static method in class org.apache.commons.lang.ClassUtils
-
Returns the class represented by
className
using theclassLoader
. - getClass(String) - Static method in class org.apache.commons.lang.ClassUtils
-
Returns the (initialized) class represented by
className
using the current thread's context class loader. - getClass(String, boolean) - Static method in class org.apache.commons.lang.ClassUtils
-
Returns the class represented by
className
using the current thread's context class loader. - getCommonPrefix(String[]) - Static method in class org.apache.commons.lang.StringUtils
-
Compares all Strings in an array and returns the initial sequence of characters that is common to all of them.
- getContent() - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderTokenizer
-
Gets the String content that the tokenizer is parsing.
- getContent() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the String content that the tokenizer is parsing.
- getContentEnd() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets the content end text.
- getContentEnd() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the content end text.
- getContentStart() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets the content start text.
- getContentStart() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the content start text.
- getCount() - Method in class org.apache.commons.lang.time.DurationFormatUtils.Token
-
Gets the current number of values represented
- getCSVClone() - Static method in class org.apache.commons.lang.text.StrTokenizer
-
Returns a clone of
CSV_TOKENIZER_PROTOTYPE
. - getCSVInstance() - Static method in class org.apache.commons.lang.text.StrTokenizer
-
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
- getCSVInstance(char[]) - Static method in class org.apache.commons.lang.text.StrTokenizer
-
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
- getCSVInstance(String) - Static method in class org.apache.commons.lang.text.StrTokenizer
-
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
- getDateInstance(int) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a date formatter instance using the specified style in the default time zone and locale.
- getDateInstance(int, Locale) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a date formatter instance using the specified style and locale in the default time zone.
- getDateInstance(int, TimeZone) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a date formatter instance using the specified style and time zone in the default locale.
- getDateInstance(int, TimeZone, Locale) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a date formatter instance using the specified style, time zone and locale.
- getDateTimeInstance(int, int) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a date/time formatter instance using the specified style in the default time zone and locale.
- getDateTimeInstance(int, int, Locale) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a date/time formatter instance using the specified style and locale in the default time zone.
- getDateTimeInstance(int, int, TimeZone) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a date/time formatter instance using the specified style and time zone in the default locale.
- getDateTimeInstance(int, int, TimeZone, Locale) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a date/time formatter instance using the specified style, time zone and locale.
- getDeclaredField(Class, String) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Gets an accessible
Field
by name respecting scope. - getDeclaredField(Class, String, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Gets an accessible
Field
by name breaking scope if requested. - getDefaultPattern() - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets the default pattern.
- getDefaultStyle() - Static method in class org.apache.commons.lang.builder.ToStringBuilder
-
Gets the default
ToStringStyle
to use. - getDelimiterMatcher() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the field delimiter matcher.
- getDenominator() - Method in class org.apache.commons.lang.math.Fraction
-
Gets the denominator part of the fraction.
- getEnd() - Method in class org.apache.commons.lang.CharRange
-
Gets the end character for this character range.
- getEntry(Class) - Static method in class org.apache.commons.lang.enums.Enum
-
Gets an
Entry
from the map of Enums. - getEnum(Class, int) - Static method in class org.apache.commons.lang.enums.EnumUtils
-
Gets a
ValuedEnum
object by class and value. - getEnum(Class, int) - Static method in class org.apache.commons.lang.enums.ValuedEnum
-
Gets an
Enum
object by class and value. - getEnum(Class, String) - Static method in class org.apache.commons.lang.enums.Enum
-
Gets an
Enum
object by class and name. - getEnum(Class, String) - Static method in class org.apache.commons.lang.enums.EnumUtils
-
Gets an
Enum
object by class and name. - getEnumClass() - Method in class org.apache.commons.lang.enums.Enum
-
Retrieves the Class of this Enum item, set in the constructor.
- getEnumList(Class) - Static method in class org.apache.commons.lang.enums.Enum
-
Gets the
List
ofEnum
objects using theEnum
class. - getEnumList(Class) - Static method in class org.apache.commons.lang.enums.EnumUtils
-
Gets the
List
ofEnum
objects using theEnum
class. - getEnumMap(Class) - Static method in class org.apache.commons.lang.enums.Enum
-
Gets the
Map
ofEnum
objects by name using theEnum
class. - getEnumMap(Class) - Static method in class org.apache.commons.lang.enums.EnumUtils
-
Gets the
Map
ofEnum
objects by name using theEnum
class. - getEscapeChar() - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Returns the escape character.
- getExcludeFieldNames() - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
- getField(Class, String) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Gets an accessible
Field
by name respecting scope. - getField(Class, String, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Gets an accessible
Field
by name breaking scope if requested. - getFieldNameValueSeparator() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets the field name value separator text.
- getFieldNameValueSeparator() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the field name value separator text.
- getFieldSeparator() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets the field separator text.
- getFieldSeparator() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the field separator text.
- getFormat(String) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Get a custom format from a format description.
- getFormat(String, String, Locale) - Method in interface org.apache.commons.lang.text.FormatFactory
-
Create or retrieve a format instance.
- getFormatter() - Method in class org.apache.commons.lang.text.CompositeFormat
-
Provides access to the parser Format implementation.
- getFraction(double) - Static method in class org.apache.commons.lang.math.Fraction
-
Creates a
Fraction
instance from adouble
value. - getFraction(int, int) - Static method in class org.apache.commons.lang.math.Fraction
-
Creates a
Fraction
instance with the 2 parts of a fraction Y/Z. - getFraction(int, int, int) - Static method in class org.apache.commons.lang.math.Fraction
-
Creates a
Fraction
instance with the 3 parts of a fraction X Y/Z. - getFraction(String) - Static method in class org.apache.commons.lang.math.Fraction
-
Creates a Fraction from a
String
. - getFragment(Calendar, int, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Calendar-version for fragment-calculation in any unit
- getFragment(Date, int, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Date-version for fragment-calculation in any unit
- getFragmentInDays(Calendar, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Returns the number of days within the fragment.
- getFragmentInDays(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Returns the number of days within the fragment.
- getFragmentInHours(Calendar, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Returns the number of hours within the fragment.
- getFragmentInHours(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Returns the number of hours within the fragment.
- getFragmentInMilliseconds(Calendar, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Returns the number of milliseconds within the fragment.
- getFragmentInMilliseconds(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Returns the number of milliseconds within the fragment.
- getFragmentInMinutes(Calendar, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Returns the number of minutes within the fragment.
- getFragmentInMinutes(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Returns the number of minutes within the fragment.
- getFragmentInSeconds(Calendar, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Returns the number of seconds within the fragment.
- getFragmentInSeconds(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Returns the number of seconds within the fragment.
- getFullStackTrace(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
A way to get the entire nested stack-trace of an throwable.
- getIgnoredMatcher() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the ignored character matcher.
- getInstance() - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a formatter instance using the default pattern in the default locale.
- getInstance(String) - Static method in class org.apache.commons.lang.CharSet
-
Factory method to create a new CharSet using a special syntax.
- getInstance(String) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a formatter instance using the specified pattern in the default locale.
- getInstance(String[]) - Static method in class org.apache.commons.lang.CharSet
-
Constructs a new CharSet using the set syntax.
- getInstance(String, Locale) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a formatter instance using the specified pattern and locale.
- getInstance(String, TimeZone) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a formatter instance using the specified pattern and time zone.
- getInstance(String, TimeZone, Locale) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a formatter instance using the specified pattern, time zone and locale.
- getJavaHome() - Static method in class org.apache.commons.lang.SystemUtils
-
Gets the Java home directory as a
File
. - getJavaIoTmpDir() - Static method in class org.apache.commons.lang.SystemUtils
-
Gets the Java IO temporary directory as a
File
. - getJavaVersion() - Static method in class org.apache.commons.lang.SystemUtils
-
Deprecated.Use
SystemUtils.JAVA_VERSION_FLOAT
instead. Method will be removed in Commons Lang 3.0. - getJavaVersionAsFloat() - Static method in class org.apache.commons.lang.SystemUtils
-
Gets the Java version number as a
float
. - getJavaVersionAsInt() - Static method in class org.apache.commons.lang.SystemUtils
-
Gets the Java version number as an
int
. - getJavaVersionMatches(String) - Static method in class org.apache.commons.lang.SystemUtils
-
Decides if the Java version matches.
- getJavaVersionTrimmed() - Static method in class org.apache.commons.lang.SystemUtils
-
Trims the text of the java version to start with numbers.
- getLength(Object) - Static method in class org.apache.commons.lang.ArrayUtils
-
Returns the length of the specified array.
- getLevenshteinDistance(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Find the Levenshtein distance between two Strings.
- getLocale() - Method in class org.apache.commons.lang.time.FastDateFormat
-
Gets the locale used by this formatter.
- getMatchingAccessibleConstructor(Class, Class[]) - Static method in class org.apache.commons.lang.reflect.ConstructorUtils
-
Find an accessible constructor with compatible parameters.
- getMatchingAccessibleMethod(Class, String, Class[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Find an accessible method that matches the given name and has compatible parameters.
- getMaximum() - Method in class org.apache.commons.lang.NumberRange
-
Deprecated.Returns the maximum number in this range.
- getMaximumDouble() - Method in class org.apache.commons.lang.math.DoubleRange
-
Gets the maximum number in this range as a
double
. - getMaximumDouble() - Method in class org.apache.commons.lang.math.FloatRange
-
Gets the maximum number in this range as a
double
. - getMaximumDouble() - Method in class org.apache.commons.lang.math.IntRange
-
Gets the maximum number in this range as a
double
. - getMaximumDouble() - Method in class org.apache.commons.lang.math.LongRange
-
Gets the maximum number in this range as a
double
. - getMaximumDouble() - Method in class org.apache.commons.lang.math.Range
-
Gets the maximum number in this range as a
double
. - getMaximumFloat() - Method in class org.apache.commons.lang.math.DoubleRange
-
Gets the maximum number in this range as a
float
. - getMaximumFloat() - Method in class org.apache.commons.lang.math.FloatRange
-
Gets the maximum number in this range as a
float
. - getMaximumFloat() - Method in class org.apache.commons.lang.math.IntRange
-
Gets the maximum number in this range as a
float
. - getMaximumFloat() - Method in class org.apache.commons.lang.math.LongRange
-
Gets the maximum number in this range as a
float
. - getMaximumFloat() - Method in class org.apache.commons.lang.math.Range
-
Gets the maximum number in this range as a
float
. - getMaximumInteger() - Method in class org.apache.commons.lang.math.DoubleRange
-
Gets the maximum number in this range as a
int
. - getMaximumInteger() - Method in class org.apache.commons.lang.math.FloatRange
-
Gets the maximum number in this range as a
int
. - getMaximumInteger() - Method in class org.apache.commons.lang.math.IntRange
-
Gets the maximum number in this range as a
int
. - getMaximumInteger() - Method in class org.apache.commons.lang.math.LongRange
-
Gets the maximum number in this range cast to an
int
. - getMaximumInteger() - Method in class org.apache.commons.lang.math.Range
-
Gets the maximum number in this range as a
int
. - getMaximumLong() - Method in class org.apache.commons.lang.math.DoubleRange
-
Gets the maximum number in this range as a
long
. - getMaximumLong() - Method in class org.apache.commons.lang.math.FloatRange
-
Gets the maximum number in this range as a
long
. - getMaximumLong() - Method in class org.apache.commons.lang.math.IntRange
-
Gets the maximum number in this range as a
long
. - getMaximumLong() - Method in class org.apache.commons.lang.math.LongRange
-
Gets the maximum number in this range as a
long
. - getMaximumLong() - Method in class org.apache.commons.lang.math.Range
-
Gets the maximum number in this range as a
long
. - getMaximumNumber() - Method in class org.apache.commons.lang.math.DoubleRange
-
Returns the maximum number in this range.
- getMaximumNumber() - Method in class org.apache.commons.lang.math.FloatRange
-
Returns the maximum number in this range.
- getMaximumNumber() - Method in class org.apache.commons.lang.math.IntRange
-
Returns the maximum number in this range.
- getMaximumNumber() - Method in class org.apache.commons.lang.math.LongRange
-
Returns the maximum number in this range.
- getMaximumNumber() - Method in class org.apache.commons.lang.math.NumberRange
-
Returns the maximum number in this range.
- getMaximumNumber() - Method in class org.apache.commons.lang.math.Range
-
Gets the maximum number in this range.
- getMaxLengthEstimate() - Method in class org.apache.commons.lang.time.FastDateFormat
-
Gets an estimate for the maximum string length that the formatter will produce.
- getMessage() - Method in interface org.apache.commons.lang.exception.Nestable
-
Returns the error message of this and any nested
Throwable
. - getMessage() - Method in error org.apache.commons.lang.exception.NestableError
-
Returns the detail message string of this throwable.
- getMessage() - Method in exception org.apache.commons.lang.exception.NestableException
-
Returns the detail message string of this throwable.
- getMessage() - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Returns the detail message string of this throwable.
- getMessage() - Method in exception org.apache.commons.lang.NotImplementedException
-
Gets the combined the error message of this and any nested errors.
- getMessage(int) - Method in interface org.apache.commons.lang.exception.Nestable
-
Returns the error message of the
Throwable
in the chain ofThrowable
s at the specified index, numbered from 0. - getMessage(int) - Method in class org.apache.commons.lang.exception.NestableDelegate
-
Returns the error message of the
Throwable
in the chain ofThrowable
s at the specified index, numbered from 0. - getMessage(int) - Method in error org.apache.commons.lang.exception.NestableError
-
Returns the error message of the
Throwable
in the chain ofThrowable
s at the specified index, numbered from 0. - getMessage(int) - Method in exception org.apache.commons.lang.exception.NestableException
-
Returns the error message of the
Throwable
in the chain ofThrowable
s at the specified index, numbered from 0. - getMessage(int) - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Returns the error message of the
Throwable
in the chain ofThrowable
s at the specified index, numbered from 0. - getMessage(int) - Method in exception org.apache.commons.lang.NotImplementedException
-
Returns the error message of the
Throwable
in the chain ofThrowable
s at the specified index, numbered from 0. - getMessage(String) - Method in class org.apache.commons.lang.exception.NestableDelegate
-
Returns the full message contained by the
Nestable
and any nestedThrowable
s. - getMessage(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Gets a short message summarising the exception.
- getMessages() - Method in interface org.apache.commons.lang.exception.Nestable
-
Returns the error message of this and any nested
Throwable
s in an array of Strings, one element for each message. - getMessages() - Method in class org.apache.commons.lang.exception.NestableDelegate
-
Returns the error message of this and any nested
Throwable
s in an array of Strings, one element for each message. - getMessages() - Method in error org.apache.commons.lang.exception.NestableError
-
Returns the error message of this and any nested
Throwable
s in an array of Strings, one element for each message. - getMessages() - Method in exception org.apache.commons.lang.exception.NestableException
-
Returns the error message of this and any nested
Throwable
s in an array of Strings, one element for each message. - getMessages() - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Returns the error message of this and any nested
Throwable
s in an array of Strings, one element for each message. - getMessages() - Method in exception org.apache.commons.lang.NotImplementedException
-
Returns the error message of this and any nested
Throwable
objects. - getMillisPerUnit(int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Returns the number of millis of a datefield, if this is a constant value
- getMinimum() - Method in class org.apache.commons.lang.NumberRange
-
Deprecated.Returns the minimum number in this range.
- getMinimumDouble() - Method in class org.apache.commons.lang.math.DoubleRange
-
Gets the minimum number in this range as a
double
. - getMinimumDouble() - Method in class org.apache.commons.lang.math.FloatRange
-
Gets the minimum number in this range as a
double
. - getMinimumDouble() - Method in class org.apache.commons.lang.math.IntRange
-
Gets the minimum number in this range as a
double
. - getMinimumDouble() - Method in class org.apache.commons.lang.math.LongRange
-
Gets the minimum number in this range as a
double
. - getMinimumDouble() - Method in class org.apache.commons.lang.math.Range
-
Gets the minimum number in this range as a
double
. - getMinimumFloat() - Method in class org.apache.commons.lang.math.DoubleRange
-
Gets the minimum number in this range as a
float
. - getMinimumFloat() - Method in class org.apache.commons.lang.math.FloatRange
-
Gets the minimum number in this range as a
float
. - getMinimumFloat() - Method in class org.apache.commons.lang.math.IntRange
-
Gets the minimum number in this range as a
float
. - getMinimumFloat() - Method in class org.apache.commons.lang.math.LongRange
-
Gets the minimum number in this range as a
float
. - getMinimumFloat() - Method in class org.apache.commons.lang.math.Range
-
Gets the minimum number in this range as a
float
. - getMinimumInteger() - Method in class org.apache.commons.lang.math.DoubleRange
-
Gets the minimum number in this range as a
int
. - getMinimumInteger() - Method in class org.apache.commons.lang.math.FloatRange
-
Gets the minimum number in this range as a
int
. - getMinimumInteger() - Method in class org.apache.commons.lang.math.IntRange
-
Gets the minimum number in this range as a
int
. - getMinimumInteger() - Method in class org.apache.commons.lang.math.LongRange
-
Gets the minimum number in this range as a
int
. - getMinimumInteger() - Method in class org.apache.commons.lang.math.Range
-
Gets the minimum number in this range as a
int
. - getMinimumLong() - Method in class org.apache.commons.lang.math.DoubleRange
-
Gets the minimum number in this range as a
long
. - getMinimumLong() - Method in class org.apache.commons.lang.math.FloatRange
-
Gets the minimum number in this range as a
long
. - getMinimumLong() - Method in class org.apache.commons.lang.math.IntRange
-
Gets the minimum number in this range as a
long
. - getMinimumLong() - Method in class org.apache.commons.lang.math.LongRange
-
Gets the minimum number in this range as a
long
. - getMinimumLong() - Method in class org.apache.commons.lang.math.Range
-
Gets the minimum number in this range as a
long
. - getMinimumNumber() - Method in class org.apache.commons.lang.math.DoubleRange
-
Returns the minimum number in this range.
- getMinimumNumber() - Method in class org.apache.commons.lang.math.FloatRange
-
Returns the minimum number in this range.
- getMinimumNumber() - Method in class org.apache.commons.lang.math.IntRange
-
Returns the minimum number in this range.
- getMinimumNumber() - Method in class org.apache.commons.lang.math.LongRange
-
Returns the minimum number in this range.
- getMinimumNumber() - Method in class org.apache.commons.lang.math.NumberRange
-
Returns the minimum number in this range.
- getMinimumNumber() - Method in class org.apache.commons.lang.math.Range
-
Gets the minimum number in this range.
- getName() - Method in class org.apache.commons.lang.enums.Enum
-
Retrieve the name of this Enum item, set in the constructor.
- getNameInOtherClassLoader(Object) - Method in class org.apache.commons.lang.enums.Enum
-
Use reflection to return an objects class name.
- getNestedString(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Deprecated.Use the better named
StringUtils.substringBetween(String, String)
. Method will be removed in Commons Lang 3.0. - getNestedString(String, String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Deprecated.Use the better named
StringUtils.substringBetween(String, String, String)
. Method will be removed in Commons Lang 3.0. - getNewLineText() - Method in class org.apache.commons.lang.text.StrBuilder
-
Gets the text to be appended when a new line is added.
- getNullText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets the text to output when
null
found. - 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.text.StrBuilder
-
Gets the text to be appended when null is added.
- getNumerator() - Method in class org.apache.commons.lang.math.Fraction
-
Gets the numerator part of the fraction.
- getObject() - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Returns the
Object
being output. - getObjectTransformationCost(Class, Class) - Static method in class org.apache.commons.lang.reflect.MemberUtils
-
Gets the number of steps required needed to turn the source class into the destination class.
- getOSMatches(String, String) - Static method in class org.apache.commons.lang.SystemUtils
-
Decides if the operating system matches.
- getOSMatchesName(String) - Static method in class org.apache.commons.lang.SystemUtils
-
Decides if the operating system matches.
- getPackageCanonicalName(Class) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the package name from the canonical name of a
Class
. - getPackageCanonicalName(Object, String) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the package name from the canonical name of an
Object
. - getPackageCanonicalName(String) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the package name from the canonical name.
- getPackageName(Class) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the package name of a
Class
. - getPackageName(Object, String) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the package name of an
Object
. - getPackageName(String) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the package name from a
String
. - getParser() - Method in class org.apache.commons.lang.text.CompositeFormat
-
Provides access to the parser Format implementation.
- getPattern() - Method in class org.apache.commons.lang.time.FastDateFormat
-
Gets the pattern used by this formatter.
- getPrechomp(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Deprecated.Use
StringUtils.substringBefore(String,String)
instead (although this doesn't include the separator). Method will be removed in Commons Lang 3.0. - getPrimitivePromotionCost(Class, Class) - Static method in class org.apache.commons.lang.reflect.MemberUtils
-
Get the number of steps required to promote a primitive number to another type.
- getProperNumerator() - Method in class org.apache.commons.lang.math.Fraction
-
Gets the proper numerator, always positive.
- getProperWhole() - Method in class org.apache.commons.lang.math.Fraction
-
Gets the proper whole part of the fraction.
- getPublicMethod(Class, String, Class[]) - Static method in class org.apache.commons.lang.ClassUtils
-
Returns the desired Method much like
Class.getMethod
, however it ensures that the returned Method is from a public class or interface and not from an anonymous inner class. - getQuotedString(String, ParsePosition, boolean) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Consume quoted string only
- getQuoteMatcher() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the quote matcher currently in use.
- getRawValue(int) - Method in class org.apache.commons.lang.BitField
-
Obtains the value for the specified BitField, unshifted.
- getReducedFraction(int, int) - Static method in class org.apache.commons.lang.math.Fraction
-
Creates a reduced
Fraction
instance with the 2 parts of a fraction Y/Z. - getRegistry() - Static method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Returns the registry of objects being traversed by the reflection methods in the current thread.
- getRegistry() - Static method in class org.apache.commons.lang.builder.ToStringStyle
-
Returns the registry of objects being traversed by the
reflectionToString
methods in the current thread. - getRootCause(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Introspects the
Throwable
to obtain the root cause. - getRootCauseMessage(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Gets a short message summarising the root cause exception.
- getRootCauseStackTrace(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Creates a compact stack trace for the root cause of the supplied
Throwable
. - getShortCanonicalName(Class) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the canonical name minus the package name from a
Class
. - getShortCanonicalName(Object, String) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the canonical name minus the package name for an
Object
. - getShortCanonicalName(String) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the canonical name minus the package name from a String.
- getShortClassName(Class) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the short class name for a class.
- getShortClassName(Class) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the class name minus the package name from a
Class
. - getShortClassName(Object, String) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the class name minus the package name for an
Object
. - getShortClassName(String) - Static method in class org.apache.commons.lang.ClassUtils
-
Gets the class name minus the package name from a String.
- getShortRawValue(short) - Method in class org.apache.commons.lang.BitField
-
Obtains the value for the specified BitField, unshifted.
- getShortValue(short) - Method in class org.apache.commons.lang.BitField
-
Obtains the value for the specified BitField, appropriately shifted right, as a short.
- getSizeEndText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets the end text to output when a
Collection
,Map
orArray
size is output. - getSizeEndText() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the end 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
orArray
size is output. - getSizeStartText() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the start text to output when a
Collection
,Map
or array size is output. - getSplitTime() - Method in class org.apache.commons.lang.time.StopWatch
-
Get the split time on the stopwatch.
- getStackFrameList(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Produces a
List
of stack frames - the message is not included. - getStackFrames(String) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Returns an array where each element is a line from the argument.
- 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. - 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. - getStackTrace(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Gets the stack trace from a Throwable as a String.
- getStart() - Method in class org.apache.commons.lang.CharRange
-
Gets the start character for this character range.
- getStartTime() - Method in class org.apache.commons.lang.time.StopWatch
-
Returns the time this stopwatch was started.
- getStringBuffer() - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Gets the
StringBuffer
being populated. - getStyle() - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Gets the
ToStringStyle
being used. - getSummaryObjectEndText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets the end text to output when an
Object
is output in summary mode. - getSummaryObjectEndText() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the end text to output when an
Object
is output in summary mode. - getSummaryObjectStartText() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets the start text to output when an
Object
is output in summary mode. - getSummaryObjectStartText() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets the start text to output when an
Object
is output in summary mode. - getSystemProperty(String) - Static method in class org.apache.commons.lang.SystemUtils
-
Gets a System property, defaulting to
null
if the property cannot be read. - getThrowable(int) - Method in interface org.apache.commons.lang.exception.Nestable
-
Returns the
Throwable
in the chain ofThrowable
s at the specified index, numbered from 0. - getThrowable(int) - Method in class org.apache.commons.lang.exception.NestableDelegate
-
Returns the
Throwable
in the chain ofThrowable
s at the specified index, numbered from 0. - getThrowable(int) - Method in error org.apache.commons.lang.exception.NestableError
-
Returns the
Throwable
in the chain ofThrowable
s at the specified index, numbered from 0. - getThrowable(int) - Method in exception org.apache.commons.lang.exception.NestableException
-
Returns the
Throwable
in the chain ofThrowable
s at the specified index, numbered from 0. - getThrowable(int) - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Returns the
Throwable
in the chain ofThrowable
s at the specified index, numbered from 0. - getThrowable(int) - Method in exception org.apache.commons.lang.NotImplementedException
-
Returns the
Throwable
in the chain by index. - getThrowableCount() - Method in interface org.apache.commons.lang.exception.Nestable
-
Returns the number of nested
Throwable
s represented by thisNestable
, including thisNestable
. - getThrowableCount() - Method in class org.apache.commons.lang.exception.NestableDelegate
-
Returns the number of
Throwable
s contained in theNestable
contained by this delegate. - getThrowableCount() - Method in error org.apache.commons.lang.exception.NestableError
-
Returns the number of nested
Throwable
s represented by thisNestable
, including thisNestable
. - getThrowableCount() - Method in exception org.apache.commons.lang.exception.NestableException
-
Returns the number of nested
Throwable
s represented by thisNestable
, including thisNestable
. - getThrowableCount() - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Returns the number of nested
Throwable
s represented by thisNestable
, including thisNestable
. - getThrowableCount() - Method in exception org.apache.commons.lang.NotImplementedException
-
Returns the number of nested
Throwable
s represented by thisNestable
, including thisNestable
. - getThrowableCount(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Counts the number of
Throwable
objects in the exception chain. - getThrowableList(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Returns the list of
Throwable
objects in the exception chain. - getThrowables() - Method in interface org.apache.commons.lang.exception.Nestable
-
Returns this
Nestable
and any nestedThrowable
s in an array ofThrowable
s, one element for eachThrowable
. - getThrowables() - Method in class org.apache.commons.lang.exception.NestableDelegate
-
Returns this delegate's
Nestable
and any nestedThrowable
s in an array ofThrowable
s, one element for eachThrowable
. - getThrowables() - Method in error org.apache.commons.lang.exception.NestableError
-
Returns this
Nestable
and any nestedThrowable
s in an array ofThrowable
s, one element for eachThrowable
. - getThrowables() - Method in exception org.apache.commons.lang.exception.NestableException
-
Returns this
Nestable
and any nestedThrowable
s in an array ofThrowable
s, one element for eachThrowable
. - getThrowables() - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Returns this
Nestable
and any nestedThrowable
s in an array ofThrowable
s, one element for eachThrowable
. - getThrowables() - Method in exception org.apache.commons.lang.NotImplementedException
-
Returns this
Nestable
and any nestedThrowable
s in an array ofThrowable
s, one element for eachThrowable
. - getThrowables(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Returns the list of
Throwable
objects in the exception chain. - getTime() - Method in class org.apache.commons.lang.time.StopWatch
-
Get the time on the stopwatch.
- getTimeInstance(int) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a time formatter instance using the specified style in the default time zone and locale.
- getTimeInstance(int, Locale) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a time formatter instance using the specified style and locale in the default time zone.
- getTimeInstance(int, TimeZone) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a time formatter instance using the specified style and time zone in the default locale.
- getTimeInstance(int, TimeZone, Locale) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a time formatter instance using the specified style, time zone and locale.
- getTimeZone() - Method in class org.apache.commons.lang.time.FastDateFormat
-
Gets the time zone used by this formatter.
- getTimeZoneDisplay(TimeZone, boolean, int, Locale) - Static method in class org.apache.commons.lang.time.FastDateFormat
-
Gets the time zone display name, using a cache for performance.
- getTimeZoneOverridesCalendar() - Method in class org.apache.commons.lang.time.FastDateFormat
-
Returns
true
if the time zone of the calendar overrides the time zone of the formatter. - getTokenArray() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets a copy of the full token list as an independent modifiable array.
- getTokenList() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets a copy of the full token list as an independent modifiable list.
- getTotalTransformationCost(Class[], Class[]) - Static method in class org.apache.commons.lang.reflect.MemberUtils
-
Returns the sum of the object transformation cost for each class in the source argument list.
- getTrimmerMatcher() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the trimmer character matcher.
- getTSVClone() - Static method in class org.apache.commons.lang.text.StrTokenizer
-
Returns a clone of
TSV_TOKENIZER_PROTOTYPE
. - getTSVInstance() - Static method in class org.apache.commons.lang.text.StrTokenizer
-
Gets a new tokenizer instance which parses Tab Separated Value strings.
- getTSVInstance(char[]) - Static method in class org.apache.commons.lang.text.StrTokenizer
-
Gets a new tokenizer instance which parses Tab Separated Value strings.
- getTSVInstance(String) - Static method in class org.apache.commons.lang.text.StrTokenizer
-
Gets a new tokenizer instance which parses Tab Separated Value strings.
- getUpToClass() - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Gets the last super class to stop appending fields for.
- getUserDir() - Static method in class org.apache.commons.lang.SystemUtils
-
Gets the user directory as a
File
. - getUserHome() - Static method in class org.apache.commons.lang.SystemUtils
-
Gets the user home directory as a
File
. - getValue() - Method in class org.apache.commons.lang.enums.ValuedEnum
-
Get value of enum item.
- getValue() - Method in interface org.apache.commons.lang.mutable.Mutable
-
Gets the value of this mutable.
- getValue() - Method in class org.apache.commons.lang.mutable.MutableBoolean
-
Gets the value as a Boolean instance.
- getValue() - Method in class org.apache.commons.lang.mutable.MutableByte
-
Gets the value as a Byte instance.
- getValue() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Gets the value as a Double instance.
- getValue() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Gets the value as a Float instance.
- getValue() - Method in class org.apache.commons.lang.mutable.MutableInt
-
Gets the value as a Integer instance.
- getValue() - Method in class org.apache.commons.lang.mutable.MutableLong
-
Gets the value as a Long instance.
- getValue() - Method in class org.apache.commons.lang.mutable.MutableObject
-
Gets the value.
- getValue() - Method in class org.apache.commons.lang.mutable.MutableShort
-
Gets the value as a Short instance.
- getValue() - Method in class org.apache.commons.lang.time.DurationFormatUtils.Token
-
Gets the particular value this token represents.
- getValue(int) - Method in class org.apache.commons.lang.BitField
-
Obtains the value for the specified BitField, appropriately shifted right.
- getValue(Field) - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Calls
java.lang.reflect.Field.get(Object)
. - getValueInOtherClassLoader(Object) - Method in class org.apache.commons.lang.enums.ValuedEnum
-
Use reflection to return an objects value.
- getVariablePrefixMatcher() - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Gets the variable prefix matcher currently in use.
- getVariableResolver() - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Gets the VariableResolver that is used to lookup variables.
- getVariableSuffixMatcher() - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Gets the variable suffix matcher currently in use.
- greatestCommonDivisor(int, int) - Static method in class org.apache.commons.lang.math.Fraction
-
Gets the greatest common divisor of the absolute value of two numbers, using the "binary gcd" method which avoids division and modulo operations.
- growBy - Variable in class org.apache.commons.lang.Entities.ArrayEntityMap
H
- H - Static variable in class org.apache.commons.lang.time.DurationFormatUtils
- hash - Variable in class org.apache.commons.lang.IntHashMap.Entry
- HASH_SEED - Static variable in class org.apache.commons.lang.text.ExtendedMessageFormat
- hashCode - Variable in class org.apache.commons.lang.math.DoubleRange
-
Cached output hashCode (class is immutable).
- hashCode - Variable in class org.apache.commons.lang.math.FloatRange
-
Cached output hashCode (class is immutable).
- hashCode - Variable in class org.apache.commons.lang.math.Fraction
-
Cached output hashCode (class is immutable).
- hashCode - Variable in class org.apache.commons.lang.math.IntRange
-
Cached output hashCode (class is immutable).
- hashCode - Variable in class org.apache.commons.lang.math.LongRange
-
Cached output hashCode (class is immutable).
- hashCode - Variable in class org.apache.commons.lang.math.NumberRange
-
Cached output hashCode (class is immutable).
- hashCode() - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
The computed
hashCode
from toHashCode() is returned due to the likelyhood of bugs in mis-calling toHashCode() and the unlikelyness of it mattering what the hashCode for HashCodeBuilder itself is. - hashCode() - Method in class org.apache.commons.lang.builder.IDKey
-
returns hashcode - i.e.
- hashCode() - Method in class org.apache.commons.lang.CharRange
-
Gets a hashCode compatible with the equals method.
- hashCode() - Method in class org.apache.commons.lang.CharSet
-
Gets a hashCode compatible with the equals method.
- hashCode() - Method in class org.apache.commons.lang.enums.Enum
-
Returns a suitable hashCode for the enumeration.
- hashCode() - Method in class org.apache.commons.lang.math.DoubleRange
-
Gets a hashCode for the range.
- hashCode() - Method in class org.apache.commons.lang.math.FloatRange
-
Gets a hashCode for the range.
- hashCode() - Method in class org.apache.commons.lang.math.Fraction
-
Gets a hashCode for the fraction.
- hashCode() - Method in class org.apache.commons.lang.math.IntRange
-
Gets a hashCode for the range.
- hashCode() - Method in class org.apache.commons.lang.math.LongRange
-
Gets a hashCode for the range.
- hashCode() - Method in class org.apache.commons.lang.math.NumberRange
-
Gets a hashCode for the range.
- hashCode() - Method in class org.apache.commons.lang.math.Range
-
Gets a hashCode for the range.
- hashCode() - Method in class org.apache.commons.lang.mutable.MutableBoolean
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang.mutable.MutableByte
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang.mutable.MutableInt
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang.mutable.MutableLong
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang.mutable.MutableObject
-
Returns the value's hash code or
0
if the value isnull
. - hashCode() - Method in class org.apache.commons.lang.mutable.MutableShort
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class org.apache.commons.lang.NumberRange
-
Deprecated.Returns a hash code value for this object.
- hashCode() - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Return the hashcode.
- hashCode() - Method in class org.apache.commons.lang.text.StrBuilder
-
Gets a suitable hash code for this builder.
- hashCode() - Method in class org.apache.commons.lang.time.DurationFormatUtils.Token
-
Returns a hashcode for the token equal to the hashcode for the token's value.
- hashCode() - Method in class org.apache.commons.lang.time.FastDateFormat
-
Returns a hashcode compatible with equals.
- hashCode() - Method in class org.apache.commons.lang.time.FastDateFormat.Pair
- hashCode() - Method in class org.apache.commons.lang.time.FastDateFormat.TimeZoneDisplayKey
- hashCode(Object) - Static method in class org.apache.commons.lang.ArrayUtils
-
Get a hashCode for an array handling multi-dimensional arrays correctly.
- hashCode(Object) - Static method in class org.apache.commons.lang.ObjectUtils
-
Gets the hash code of an object returning zero when the object is
null
. - HashCodeBuilder - Class in org.apache.commons.lang.builder
-
Assists in implementing
Object.hashCode()
methods. - HashCodeBuilder() - Constructor for class org.apache.commons.lang.builder.HashCodeBuilder
-
Uses two hard coded choices for the constants needed to build a
hashCode
. - HashCodeBuilder(int, int) - Constructor for class org.apache.commons.lang.builder.HashCodeBuilder
-
Two randomly chosen, non-zero, odd numbers must be passed in.
- HashEntityMap() - Constructor for class org.apache.commons.lang.Entities.HashEntityMap
-
Constructs a new instance of
HashEntityMap
. - hasNext - Variable in class org.apache.commons.lang.CharRange.CharacterIterator
- hasNext() - Method in class org.apache.commons.lang.CharRange.CharacterIterator
-
Has the iterator not reached the end character yet?
- hasNext() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Checks whether there are any more tokens.
- hasNext() - Method in class org.apache.commons.lang.time.DateUtils.DateIterator
-
Has the iterator not reached the end date yet?
- hasPrevious() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Checks whether there are any previous tokens that can be iterated to.
- hex(char) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Returns an upper case hexadecimal
String
for the given character. - HTML32 - Static variable in class org.apache.commons.lang.Entities
-
The set of entities supported by HTML 3.2.
- HTML40 - Static variable in class org.apache.commons.lang.Entities
-
The set of entities supported by HTML 4.0.
- HTML40_ARRAY - Static variable in class org.apache.commons.lang.Entities
I
- iConstant - Variable in class org.apache.commons.lang.builder.HashCodeBuilder
-
Constant to use in building the hashCode.
- id - Variable in class org.apache.commons.lang.builder.IDKey
- 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. - identityToString(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. - IDKey - Class in org.apache.commons.lang.builder
-
Wrap an identity key (System.identityHashCode()) so that an object can only be equal() to itself.
- IDKey(Object) - Constructor for class org.apache.commons.lang.builder.IDKey
-
Constructor for IDKey
- IEEE754rUtils - Class in org.apache.commons.lang.math
-
Provides IEEE-754r variants of NumberUtils methods.
- IEEE754rUtils() - Constructor for class org.apache.commons.lang.math.IEEE754rUtils
- ignoredMatcher - Variable in class org.apache.commons.lang.text.StrTokenizer
-
The ignored matcher
- ignoreEmptyTokens - Variable in class org.apache.commons.lang.text.StrTokenizer
-
Whether to ignore empty tokens
- iHashCode - Variable in class org.apache.commons.lang.enums.Enum
-
The hashcode representation of the Enum.
- IllegalClassException - Exception in org.apache.commons.lang
-
Thrown when an object is an instance of an unexpected type (a class or interface).
- IllegalClassException(Class, Class) - Constructor for exception org.apache.commons.lang.IllegalClassException
-
Instantiates with the expected and actual types.
- IllegalClassException(Class, Object) - Constructor for exception org.apache.commons.lang.IllegalClassException
-
Instantiates with the expected type, and actual object.
- IllegalClassException(String) - Constructor for exception org.apache.commons.lang.IllegalClassException
-
Instantiates with the specified message.
- iName - Variable in class org.apache.commons.lang.enums.Enum
-
The string representation of the Enum.
- includesNumber(Number) - Method in class org.apache.commons.lang.NumberRange
-
Deprecated.Tests whether the specified
number
occurs within this range usingdouble
comparison. - includesRange(NumberRange) - Method in class org.apache.commons.lang.NumberRange
-
Deprecated.Tests whether the specified range occurs entirely within this range using
double
comparison. - IncompleteArgumentException - Exception in org.apache.commons.lang
-
Thrown to indicate an incomplete argument to a method.
- IncompleteArgumentException(String) - Constructor for exception org.apache.commons.lang.IncompleteArgumentException
-
Instantiates with the specified description.
- IncompleteArgumentException(String, String[]) - Constructor for exception org.apache.commons.lang.IncompleteArgumentException
-
Instantiates with the specified description.
- increment() - Method in class org.apache.commons.lang.mutable.MutableByte
-
Increments the value.
- increment() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Increments the value.
- increment() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Increments the value.
- increment() - Method in class org.apache.commons.lang.mutable.MutableInt
-
Increments the value.
- increment() - Method in class org.apache.commons.lang.mutable.MutableLong
-
Increments the value.
- increment() - Method in class org.apache.commons.lang.mutable.MutableShort
-
Increments the value.
- increment() - Method in class org.apache.commons.lang.time.DurationFormatUtils.Token
-
Adds another one of the value
- INDEX_NOT_FOUND - Static variable in class org.apache.commons.lang.ArrayUtils
-
The index value when an element is not found in a list or array:
-1
. - INDEX_NOT_FOUND - Static variable in class org.apache.commons.lang.StringUtils
-
Represents a failed index search.
- indexOf(boolean[], boolean) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(boolean[], boolean, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(byte[], byte) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(byte[], byte, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder to find the first reference to the specified char.
- indexOf(char[], char) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(char[], char, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(char, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder to find the first reference to the specified char.
- indexOf(double[], double) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(double[], double, double) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value within a given tolerance in the array.
- indexOf(double[], double, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(double[], double, int, double) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(float[], float) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(float[], float, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(int[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(int[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(long[], long) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(long[], long, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(short[], short) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array.
- indexOf(short[], short, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given value in the array starting at the given index.
- indexOf(Object[], Object) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given object in the array.
- indexOf(Object[], Object, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the index of the given object in the array starting at the given index.
- indexOf(String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder to find the first reference to the specified string.
- indexOf(String, char) - Static method in class org.apache.commons.lang.StringUtils
-
Finds the first index within a String, handling
null
. - indexOf(String, char, int) - Static method in class org.apache.commons.lang.StringUtils
-
Finds the first index within a String from a start position, handling
null
. - indexOf(String, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder to find the first reference to the specified string starting searching from the given index.
- indexOf(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Finds the first index within a String, handling
null
. - indexOf(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Finds the first index within a String, handling
null
. - indexOf(Throwable, Class, int, boolean) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Worker method for the
indexOfType
methods. - indexOf(StrMatcher) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder using the matcher to find the first match.
- indexOf(StrMatcher, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder using the matcher to find the first match searching from the given index.
- indexOfAny(String, char[]) - Static method in class org.apache.commons.lang.StringUtils
-
Search a String to find the first index of any character in the given set of characters.
- indexOfAny(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Search a String to find the first index of any character in the given set of characters.
- indexOfAny(String, String[]) - Static method in class org.apache.commons.lang.StringUtils
-
Find the first index of any of a set of potential substrings.
- indexOfAnyBut(String, char[]) - Static method in class org.apache.commons.lang.StringUtils
-
Search a String to find the first index of any character not in the given set of characters.
- indexOfAnyBut(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Search a String to find the first index of any character not in the given set of characters.
- indexOfDifference(String[]) - Static method in class org.apache.commons.lang.StringUtils
-
Compares all Strings in an array and returns the index at which the Strings begin to differ.
- indexOfDifference(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Compares two Strings, and returns the index at which the Strings begin to differ.
- indexOfIgnoreCase(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Case in-sensitive find of the first index within a String.
- indexOfIgnoreCase(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Case in-sensitive find of the first index within a String from the specified position.
- indexOfSignChars(String, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Index of sign charaters (i.e.
- 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, or a subclass, in the chain of
Throwable
s. - indexOfThrowable(Class) - Method in error org.apache.commons.lang.exception.NestableError
-
Returns the index, numbered from 0, of the first occurrence of the specified type, or a subclass, in the chain of
Throwable
s. - indexOfThrowable(Class) - Method in exception org.apache.commons.lang.exception.NestableException
-
Returns the index, numbered from 0, of the first occurrence of the specified type, or a subclass, in the chain of
Throwable
s. - indexOfThrowable(Class) - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Returns the index, numbered from 0, of the first occurrence of the specified type, or a subclass, in the chain of
Throwable
s. - indexOfThrowable(Class) - Method in exception org.apache.commons.lang.NotImplementedException
-
Returns the index of the first occurrence of the specified type.
- 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, or a subclass, in the chain ofThrowable
s with an index greater than or equal to the specified index. - 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, or a subclass, in the chain ofThrowable
s with an index greater than or equal to the specified index. - indexOfThrowable(Class, int) - Method in error org.apache.commons.lang.exception.NestableError
-
Returns the index, numbered from 0, of the first
Throwable
that matches the specified type, or a subclass, in the chain ofThrowable
s with an index greater than or equal to the specified index. - indexOfThrowable(Class, int) - Method in exception org.apache.commons.lang.exception.NestableException
-
Returns the index, numbered from 0, of the first
Throwable
that matches the specified type, or a subclass, in the chain ofThrowable
s with an index greater than or equal to the specified index. - indexOfThrowable(Class, int) - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Returns the index, numbered from 0, of the first
Throwable
that matches the specified type, or a subclass, in the chain ofThrowable
s with an index greater than or equal to the specified index. - indexOfThrowable(Class, int) - Method in exception org.apache.commons.lang.NotImplementedException
-
Returns the index of the first occurrence of the specified type starting from the specified index.
- indexOfThrowable(Throwable, Class) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Returns the (zero based) index of the first
Throwable
that matches the specified class (exactly) in 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 from a specified index. - indexOfType(Throwable, Class) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Returns the (zero based) index of the first
Throwable
that matches the specified class or subclass in the exception chain. - indexOfType(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 from a specified index. - init() - Method in class org.apache.commons.lang.time.FastDateFormat
-
Initializes the instance for first use.
- init(String) - Method in class org.apache.commons.lang.enums.Enum
-
Initializes the enumeration.
- initAvailableLocaleList() - Static method in class org.apache.commons.lang.LocaleUtils
-
Initializes the availableLocaleList.
- initAvailableLocaleSet() - Static method in class org.apache.commons.lang.LocaleUtils
-
Initializes the availableLocaleSet.
- initials(String) - Static method in class org.apache.commons.lang.WordUtils
-
Extracts the initial letters from each word in the String.
- initials(String, char[]) - Static method in class org.apache.commons.lang.WordUtils
-
Extracts the initial letters from each word in the String.
- INNER_CLASS_SEPARATOR - Static variable in class org.apache.commons.lang.ClassUtils
-
The inner class separator String:
"$"
. - INNER_CLASS_SEPARATOR_CHAR - Static variable in class org.apache.commons.lang.ClassUtils
-
The inner class separator character:
'$' == 36
. - insert(int, boolean) - Method in class org.apache.commons.lang.text.StrBuilder
-
Inserts the value into this builder.
- insert(int, char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Inserts the value into this builder.
- insert(int, char[]) - Method in class org.apache.commons.lang.text.StrBuilder
-
Inserts the character array into this builder.
- insert(int, char[], int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Inserts part of the character array into this builder.
- insert(int, double) - Method in class org.apache.commons.lang.text.StrBuilder
-
Inserts the value into this builder.
- insert(int, float) - Method in class org.apache.commons.lang.text.StrBuilder
-
Inserts the value into this builder.
- insert(int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Inserts the value into this builder.
- insert(int, long) - Method in class org.apache.commons.lang.text.StrBuilder
-
Inserts the value into this builder.
- insert(int, Object) - Method in class org.apache.commons.lang.text.StrBuilder
-
Inserts the string representation of an object into this builder.
- insert(int, String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Inserts the string into this builder.
- insertFormats(String, ArrayList) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Insert formats back into the pattern for toPattern() support.
- INSTANCE - Static variable in class org.apache.commons.lang.time.FastDateFormat.TwoDigitMonthField
- INSTANCE - Static variable in class org.apache.commons.lang.time.FastDateFormat.TwoDigitYearField
- INSTANCE - Static variable in class org.apache.commons.lang.time.FastDateFormat.UnpaddedMonthField
- INSTANCE_COLON - Static variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNumberRule
- INSTANCE_NO_COLON - Static variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNumberRule
- INTEGER_MINUS_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Integer constant for minus one.
- INTEGER_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Integer constant for one.
- INTEGER_ZERO - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Integer constant for zero.
- IntHashMap - Class in org.apache.commons.lang
-
A hash map that uses primitive ints for the key rather than objects.
- IntHashMap() - Constructor for class org.apache.commons.lang.IntHashMap
-
Constructs a new, empty hashtable with a default capacity and load factor, which is
20
and0.75
respectively. - IntHashMap(int) - Constructor for class org.apache.commons.lang.IntHashMap
-
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is
0.75
. - IntHashMap(int, float) - Constructor for class org.apache.commons.lang.IntHashMap
-
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
- IntHashMap.Entry - Class in org.apache.commons.lang
-
Innerclass that acts as a datastructure to create a new entry in the table.
- IntRange - Class in org.apache.commons.lang.math
-
IntRange
represents an inclusive range ofint
s. - IntRange(int) - Constructor for class org.apache.commons.lang.math.IntRange
-
Constructs a new
IntRange
using the specified number as both the minimum and maximum in this range. - IntRange(int, int) - Constructor for class org.apache.commons.lang.math.IntRange
-
Constructs a new
IntRange
with the specified minimum and maximum numbers (both inclusive). - IntRange(Number) - Constructor for class org.apache.commons.lang.math.IntRange
-
Constructs a new
IntRange
using the specified number as both the minimum and maximum in this range. - IntRange(Number, Number) - Constructor for class org.apache.commons.lang.math.IntRange
-
Constructs a new
IntRange
with the specified minimum and maximum numbers (both inclusive). - intValue() - Method in class org.apache.commons.lang.math.Fraction
-
Gets the fraction as an
int
. - intValue() - Method in class org.apache.commons.lang.mutable.MutableByte
-
Returns the value of this MutableByte as an int.
- intValue() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Returns the value of this MutableDouble as an int.
- intValue() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Returns the value of this MutableFloat as an int.
- intValue() - Method in class org.apache.commons.lang.mutable.MutableInt
-
Returns the value of this MutableInt as an int.
- intValue() - Method in class org.apache.commons.lang.mutable.MutableLong
-
Returns the value of this MutableLong as an int.
- intValue() - Method in class org.apache.commons.lang.mutable.MutableShort
-
Returns the value of this MutableShort as an int.
- invert() - Method in class org.apache.commons.lang.math.Fraction
-
Gets a fraction that is the inverse (1/fraction) of this one.
- invokeConstructor(Class, Object) - Static method in class org.apache.commons.lang.reflect.ConstructorUtils
-
Returns new instance of
klazz
created using the actual argumentsargs
. - invokeConstructor(Class, Object[]) - Static method in class org.apache.commons.lang.reflect.ConstructorUtils
-
Returns new instance of
klazz
created using the actual argumentsargs
. - invokeConstructor(Class, Object[], Class[]) - Static method in class org.apache.commons.lang.reflect.ConstructorUtils
-
Returns new instance of
klazz
created using constructor with signatureparameterTypes
and actual argumentsargs
. - invokeExactConstructor(Class, Object) - Static method in class org.apache.commons.lang.reflect.ConstructorUtils
-
Returns new instance of
klazz
created using the actual argumentsargs
. - invokeExactConstructor(Class, Object[]) - Static method in class org.apache.commons.lang.reflect.ConstructorUtils
-
Returns new instance of
klazz
created using the actual argumentsargs
. - invokeExactConstructor(Class, Object[], Class[]) - Static method in class org.apache.commons.lang.reflect.ConstructorUtils
-
Returns new instance of
klazz
created using constructor with signatureparameterTypes
and actual argumentsargs
. - invokeExactMethod(Object, String, Object) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a method whose parameter type matches exactly the object type.
- invokeExactMethod(Object, String, Object[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a method whose parameter types match exactly the object types.
- invokeExactMethod(Object, String, Object[], Class[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a method whose parameter types match exactly the parameter types given.
- invokeExactStaticMethod(Class, String, Object) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a static method whose parameter type matches exactly the object type.
- invokeExactStaticMethod(Class, String, Object[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a static method whose parameter types match exactly the object types.
- invokeExactStaticMethod(Class, String, Object[], Class[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a static method whose parameter types match exactly the parameter types given.
- invokeMethod(Object, String, Object) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[], Class[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeStaticMethod(Class, String, Object) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class, String, Object[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class, String, Object[], Class[]) - Static method in class org.apache.commons.lang.reflect.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- is(char) - Static method in class org.apache.commons.lang.CharRange
-
Constructs a
CharRange
over a single character. - IS_JAVA_1_1 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Java version 1.1 (also 1.1.x versions). - IS_JAVA_1_2 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Java version 1.2 (also 1.2.x versions). - IS_JAVA_1_3 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Java version 1.3 (also 1.3.x versions). - IS_JAVA_1_4 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Java version 1.4 (also 1.4.x versions). - IS_JAVA_1_5 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Java version 1.5 (also 1.5.x versions). - IS_JAVA_1_6 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Java version 1.6 (also 1.6.x versions). - IS_JAVA_1_7 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Java version 1.7 (also 1.7.x versions). - IS_OS_AIX - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is AIX. - IS_OS_HP_UX - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is HP-UX. - IS_OS_IRIX - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Irix. - IS_OS_LINUX - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Linux. - IS_OS_MAC - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Mac. - IS_OS_MAC_OSX - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Mac. - IS_OS_OS2 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is OS/2. - IS_OS_SOLARIS - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Solaris. - IS_OS_SUN_OS - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is SunOS. - IS_OS_UNIX - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is a UNIX like system, as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS. - IS_OS_WINDOWS - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Windows. - IS_OS_WINDOWS_2000 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Windows 2000. - IS_OS_WINDOWS_7 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Windows 7. - IS_OS_WINDOWS_95 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Windows 95. - IS_OS_WINDOWS_98 - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Windows 98. - IS_OS_WINDOWS_ME - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Windows ME. - IS_OS_WINDOWS_NT - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Windows NT. - IS_OS_WINDOWS_VISTA - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Windows Vista. - IS_OS_WINDOWS_XP - Static variable in class org.apache.commons.lang.SystemUtils
-
Is
true
if this is Windows XP. - IS_SYNTHETIC - Static variable in class org.apache.commons.lang.reflect.MemberUtils
- isAccessible(Member) - Static method in class org.apache.commons.lang.reflect.MemberUtils
-
Check a Member for basic accessibility.
- isAllLowerCase(String) - Static method in class org.apache.commons.lang.StringUtils
-
Checks if the String contains only lowercase characters.
- isAllSet(int) - Method in class org.apache.commons.lang.BitField
-
Returns whether all of the bits are set or not.
- isAllUpperCase(String) - Static method in class org.apache.commons.lang.StringUtils
-
Checks if the String contains only uppercase characters.
- isAllZeros(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Utility method for
NumberUtils.createNumber(java.lang.String)
. - isAllZeros(String) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Utility method for
NumberUtils.createNumber(java.lang.String)
. - 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 (' ').
- isAppendStatics() - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Gets whether or not to append static fields.
- isAppendTransients() - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Gets whether or not to append transient fields.
- isArrayContentDetail() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets whether to output array content detail.
- isArrayContentDetail() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets whether to output array content detail.
- isAscii(char) - Static method in class org.apache.commons.lang.CharUtils
-
Checks whether the character is ASCII 7 bit.
- isAsciiAlpha(char) - Static method in class org.apache.commons.lang.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic.
- isAsciiAlphaLower(char) - Static method in class org.apache.commons.lang.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic lower case.
- isAsciiAlphanumeric(char) - Static method in class org.apache.commons.lang.CharUtils
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiAlphaUpper(char) - Static method in class org.apache.commons.lang.CharUtils
-
Checks whether the character is ASCII 7 bit alphabetic upper case.
- isAsciiControl(char) - Static method in class org.apache.commons.lang.CharUtils
-
Checks whether the character is ASCII 7 bit control.
- isAsciiNumeric(char) - Static method in class org.apache.commons.lang.CharUtils
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiPrintable(char) - Static method in class org.apache.commons.lang.CharUtils
-
Checks whether the character is ASCII 7 bit printable.
- isAsciiPrintable(String) - Static method in class org.apache.commons.lang.StringUtils
-
Checks if the string contains only ASCII printable characters.
- isAssignable(Class[], Class[]) - Static method in class org.apache.commons.lang.ClassUtils
-
Checks if an array of Classes can be assigned to another array of Classes.
- isAssignable(Class[], Class[], boolean) - Static method in class org.apache.commons.lang.ClassUtils
-
Checks if an array of Classes can be assigned to another array of Classes.
- isAssignable(Class, Class) - Static method in class org.apache.commons.lang.ClassUtils
-
Checks if one
Class
can be assigned to a variable of anotherClass
. - isAssignable(Class, Class, boolean) - Static method in class org.apache.commons.lang.ClassUtils
-
Checks if one
Class
can be assigned to a variable of anotherClass
. - isAvailableLocale(Locale) - Static method in class org.apache.commons.lang.LocaleUtils
-
Checks if the locale specified is in the list of available locales.
- isBlank(String) - Static method in class org.apache.commons.lang.StringUtils
-
Checks if a String is whitespace, empty ("") or null.
- isCauseMethodName(String) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Tests if the list of method names used in the search for
Throwable
objects include the given name. - isDefaultFullDetail() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets whether to use full detail when the caller doesn't specify.
- isDefaultFullDetail() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets whether to use full detail when the caller doesn't specify.
- isDelimiter(char, char[]) - Static method in class org.apache.commons.lang.WordUtils
-
Is the character a delimiter.
- isDigits(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Checks whether the
String
contains only digit characters. - isDigits(String) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Checks whether the
String
contains only digit characters. - isEmpty() - Method in class org.apache.commons.lang.IntHashMap
-
Tests if this hashtable maps no keys to values.
- isEmpty() - Method in class org.apache.commons.lang.text.StrBuilder
-
Checks is the string builder is empty (convenience Collections API style method).
- isEmpty(boolean[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive booleans is empty or
null
. - isEmpty(byte[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive bytes is empty or
null
. - isEmpty(char[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive chars is empty or
null
. - isEmpty(double[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive doubles is empty or
null
. - isEmpty(float[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive floats is empty or
null
. - isEmpty(int[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive ints is empty or
null
. - isEmpty(long[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive longs is empty or
null
. - isEmpty(short[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive shorts is empty or
null
. - isEmpty(Object[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of Objects is empty or
null
. - isEmpty(String) - Static method in class org.apache.commons.lang.StringUtils
-
Checks if a String is empty ("") or null.
- isEmptyTokenAsNull() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets whether the tokenizer currently returns empty tokens as null.
- isEnableSubstitutionInVariables() - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Returns a flag whether substitution is done in variable names.
- 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
-
Returns
true
if the fields that have been checked are all equal. - isEquals(Object, Object) - Static method in class org.apache.commons.lang.ArrayUtils
-
Compares two arrays, using equals(), handling multi-dimensional arrays correctly.
- isFalse() - Method in class org.apache.commons.lang.mutable.MutableBoolean
-
Checks if the current value is
false
. - isFalse(Boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Checks if a
Boolean
value isfalse
, handlingnull
by returningfalse
. - isFieldSeparatorAtEnd() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets whether the field separator should be added at the end of each buffer.
- isFieldSeparatorAtEnd() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets whether the field separator should be added at the end of each buffer.
- isFieldSeparatorAtStart() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets whether the field separator should be added at the start of each buffer.
- isFieldSeparatorAtStart() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets whether the field separator should be added at the start of each buffer.
- isFullDetail(Boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Is this field to be output in full detail.
- isHighSurrogate(char) - Static method in class org.apache.commons.lang.CharUtils
-
Indicates whether
ch
is a high- (or leading-) surrogate code unit that is used for representing supplementary characters in UTF-16 encoding. - isIgnoreEmptyTokens() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets whether the tokenizer currently ignores empty tokens.
- isIn(char, char) - Static method in class org.apache.commons.lang.CharRange
-
Constructs a
CharRange
over a set of characters. - isInfinite() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Checks whether the double value is infinite.
- isInfinite() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Checks whether the float value is infinite.
- isInnerClass(Class) - Static method in class org.apache.commons.lang.ClassUtils
-
Is the specified class an inner class or static nested class.
- isJavaAwtHeadless() - Static method in class org.apache.commons.lang.SystemUtils
-
Returns whether the
SystemUtils.JAVA_AWT_HEADLESS
value istrue
. - isJavaVersionAtLeast(float) - Static method in class org.apache.commons.lang.SystemUtils
-
Is the Java version at least the requested version.
- isJavaVersionAtLeast(int) - Static method in class org.apache.commons.lang.SystemUtils
-
Is the Java version at least the requested version.
- isJavaVersionMatch(String, String) - Static method in class org.apache.commons.lang.SystemUtils
-
Decides if the Java version matches.
- isMatch(char[], int) - Method in class org.apache.commons.lang.text.StrMatcher
-
Returns the number of matching characters, zero for no match.
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang.text.StrMatcher.CharMatcher
-
Returns whether or not the given character matches.
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang.text.StrMatcher.CharSetMatcher
-
Returns whether or not the given character matches.
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang.text.StrMatcher
-
Returns the number of matching characters, zero for no match.
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang.text.StrMatcher.NoMatcher
-
Always returns
false
. - isMatch(char[], int, int, int) - Method in class org.apache.commons.lang.text.StrMatcher.StringMatcher
-
Returns whether or not the given text matches the stored string.
- isMatch(char[], int, int, int) - Method in class org.apache.commons.lang.text.StrMatcher.TrimMatcher
-
Returns whether or not the given character matches.
- isNaN() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Checks whether the double value is the special NaN value.
- isNaN() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Checks whether the float value is the special NaN value.
- isNegated() - Method in class org.apache.commons.lang.CharRange
-
Is this
CharRange
negated. - isNestedThrowable(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Checks whether this
Throwable
class can store a cause. - isNot(char) - Static method in class org.apache.commons.lang.CharRange
-
Constructs a negated
CharRange
over a single character. - isNotBlank(String) - Static method in class org.apache.commons.lang.StringUtils
-
Checks if a String is not empty (""), not null and not whitespace only.
- isNotEmpty(boolean[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive booleans is not empty or not
null
. - isNotEmpty(byte[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive bytes is not empty or not
null
. - isNotEmpty(char[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive chars is not empty or not
null
. - isNotEmpty(double[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive doubles is not empty or not
null
. - isNotEmpty(float[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive floats is not empty or not
null
. - isNotEmpty(int[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive ints is not empty or not
null
. - isNotEmpty(long[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive longs is not empty or not
null
. - isNotEmpty(short[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of primitive shorts is not empty or not
null
. - isNotEmpty(Object[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks if an array of Objects is not empty or not
null
. - isNotEmpty(String) - Static method in class org.apache.commons.lang.StringUtils
-
Checks if a String is not empty ("") and not null.
- isNotFalse(Boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Checks if a
Boolean
value is notfalse
, handlingnull
by returningtrue
. - isNotIn(char, char) - Static method in class org.apache.commons.lang.CharRange
-
Constructs a negated
CharRange
over a set of characters. - isNotTrue(Boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Checks if a
Boolean
value is nottrue
, handlingnull
by returningtrue
. - isNumber(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Checks whether the String a valid Java number.
- isNumber(String) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.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 (
' '
). - ISO_8859_1 - Static variable in class org.apache.commons.lang.CharEncoding
-
ISO Latin Alphabet #1, also known as ISO-LATIN-1.
- ISO_DATE_FORMAT - Static variable in class org.apache.commons.lang.time.DateFormatUtils
-
ISO8601 formatter for date without time zone.
- ISO_DATE_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang.time.DateFormatUtils
-
ISO8601-like formatter for date with time zone.
- ISO_DATETIME_FORMAT - Static variable in class org.apache.commons.lang.time.DateFormatUtils
-
ISO8601 formatter for date-time without time zone.
- ISO_DATETIME_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang.time.DateFormatUtils
-
ISO8601 formatter for date-time with time zone.
- ISO_EXTENDED_FORMAT_PATTERN - Static variable in class org.apache.commons.lang.time.DurationFormatUtils
-
Pattern used with
FastDateFormat
andSimpleDateFormat
for the ISO8601 period format used in durations. - ISO_TIME_FORMAT - Static variable in class org.apache.commons.lang.time.DateFormatUtils
-
ISO8601 formatter for time without time zone.
- ISO_TIME_NO_T_FORMAT - Static variable in class org.apache.commons.lang.time.DateFormatUtils
-
ISO8601-like formatter for time without time zone.
- ISO_TIME_NO_T_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang.time.DateFormatUtils
-
ISO8601-like formatter for time with time zone.
- ISO_TIME_TIME_ZONE_FORMAT - Static variable in class org.apache.commons.lang.time.DateFormatUtils
-
ISO8601 formatter for time with time zone.
- ISO8859_1_ARRAY - Static variable in class org.apache.commons.lang.Entities
- isOSMatch(String, String, String, String) - Static method in class org.apache.commons.lang.SystemUtils
-
Decides if the operating system matches.
- isOSNameMatch(String, String) - Static method in class org.apache.commons.lang.SystemUtils
-
Decides if the operating system matches.
- isPackageAccess(int) - Static method in class org.apache.commons.lang.reflect.MemberUtils
-
Learn whether a given set of modifiers implies package access.
- isQuote(char[], int, int, int, int) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Checks if the characters at the index specified match the quote already matched in readNextToken().
- isRegistered(Object) - Static method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Returns
true
if the registry contains the given object. - isRegistered(Object) - Static method in class org.apache.commons.lang.builder.ToStringStyle
-
Returns
true
if the registry contains the given object. - isSameDay(Calendar, Calendar) - Static method in class org.apache.commons.lang.time.DateUtils
-
Checks if two calendar objects are on the same day ignoring time.
- isSameDay(Date, Date) - Static method in class org.apache.commons.lang.time.DateUtils
-
Checks if two date objects are on the same day ignoring time.
- isSameInstant(Calendar, Calendar) - Static method in class org.apache.commons.lang.time.DateUtils
-
Checks if two calendar objects represent the same instant in time.
- isSameInstant(Date, Date) - Static method in class org.apache.commons.lang.time.DateUtils
-
Checks if two date objects represent the same instant in time.
- isSameLength(boolean[], boolean[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length0
. - isSameLength(byte[], byte[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length0
. - isSameLength(char[], char[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length0
. - isSameLength(double[], double[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length0
. - isSameLength(float[], float[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length0
. - isSameLength(int[], int[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length0
. - isSameLength(long[], long[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length0
. - isSameLength(short[], short[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length0
. - isSameLength(Object[], Object[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks whether two arrays are the same length, treating
null
arrays as length0
. - isSameLocalTime(Calendar, Calendar) - Static method in class org.apache.commons.lang.time.DateUtils
-
Checks if two calendar objects represent the same local time.
- isSameType(Object, Object) - Static method in class org.apache.commons.lang.ArrayUtils
-
Checks whether two arrays are the same type taking into account multi-dimensional arrays.
- isSet(int) - Method in class org.apache.commons.lang.BitField
-
Returns whether the field is set or not.
- isShortClassName() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Deprecated.Use
StandardToStringStyle.isUseShortClassName()
Method will be removed in Commons Lang 3.0. - isShortClassName() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Deprecated.Use
ToStringStyle.isUseShortClassName()
Method will be removed in Commons Lang 3.0. - isSupported(String) - Static method in class org.apache.commons.lang.CharEncoding
-
Returns whether the named charset is supported.
- isSynthetic(Member) - Static method in class org.apache.commons.lang.reflect.MemberUtils
-
Try to learn whether a given member, on JDK >= 1.5, is synthetic.
- isThrowableNested() - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Checks if the Throwable class has a
getCause
method. - isTrue() - Method in class org.apache.commons.lang.mutable.MutableBoolean
-
Checks if the current value is
true
. - isTrue(boolean) - Static method in class org.apache.commons.lang.Validate
-
Validate that the argument condition is
true
; otherwise throwing an exception. - isTrue(boolean, String) - Static method in class org.apache.commons.lang.Validate
-
Validate that the argument condition is
true
; otherwise throwing an exception with the specified message. - isTrue(boolean, String, double) - Static method in class org.apache.commons.lang.Validate
-
Validate that the argument condition is
true
; otherwise throwing an exception with the specified message. - isTrue(boolean, String, long) - Static method in class org.apache.commons.lang.Validate
-
Validate that the argument condition is
true
; otherwise throwing an exception with the specified message. - isTrue(boolean, String, Object) - Static method in class org.apache.commons.lang.Validate
-
Validate that the argument condition is
true
; otherwise throwing an exception with the specified message. - isTrue(Boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Checks if a
Boolean
value istrue
, handlingnull
by returningfalse
. - isUseClassName() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets whether to use the class name.
- isUseClassName() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets whether to use the class name.
- isUseFieldNames() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets whether to use the field names passed in.
- isUseFieldNames() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets whether to use the field names passed in.
- isUseIdentityHashCode() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets whether to use the identity hash code.
- isUseIdentityHashCode() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets whether to use the identity hash code.
- isUseShortClassName() - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Gets whether to output short or long class names.
- isUseShortClassName() - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Gets whether to output short or long class names.
- isWhitespace(String) - Static method in class org.apache.commons.lang.StringUtils
-
Checks if the String contains only whitespace.
- iterator() - Method in class org.apache.commons.lang.CharRange
-
Returns an iterator which can be used to walk through the characters described by this range.
- iterator(Class) - Static method in class org.apache.commons.lang.enums.Enum
-
Gets an
Iterator
over theEnum
objects in anEnum
class. - iterator(Class) - Static method in class org.apache.commons.lang.enums.EnumUtils
-
Gets an
Iterator
over theEnum
objects in anEnum
class. - iterator(Object, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
This constructs an
Iterator
over each day in a date range defined by a focus date and range style. - iterator(Calendar, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
This constructs an
Iterator
over each day in a date range defined by a focus date and range style. - iterator(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
This constructs an
Iterator
over each day in a date range defined by a focus date and range style. - iToString - Variable in class org.apache.commons.lang.CharRange
-
Cached toString.
- iToString - Variable in class org.apache.commons.lang.enums.Enum
-
The toString representation of the Enum.
- iTotal - Variable in class org.apache.commons.lang.builder.HashCodeBuilder
-
Running total of the hashCode.
- iValue - Variable in class org.apache.commons.lang.enums.ValuedEnum
-
The value contained in enum.
J
- JAVA_AWT_FONTS - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.awt.fonts
System Property. - JAVA_AWT_GRAPHICSENV - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.awt.graphicsenv
System Property. - JAVA_AWT_HEADLESS - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.awt.headless
System Property. - JAVA_AWT_PRINTERJOB - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.awt.printerjob
System Property. - JAVA_CLASS_PATH - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.class.path
System Property. - JAVA_CLASS_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.class.version
System Property. - JAVA_COMPILER - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.compiler
System Property. - JAVA_ENDORSED_DIRS - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.endorsed.dirs
System Property. - JAVA_EXT_DIRS - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.ext.dirs
System Property. - JAVA_HOME - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.home
System Property. - JAVA_HOME_KEY - Static variable in class org.apache.commons.lang.SystemUtils
-
The System property key for the Java home directory.
- JAVA_IO_TMPDIR - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.io.tmpdir
System Property. - JAVA_IO_TMPDIR_KEY - Static variable in class org.apache.commons.lang.SystemUtils
-
The System property key for the Java IO temporary directory.
- JAVA_LIBRARY_PATH - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.library.path
System Property. - JAVA_RUNTIME_NAME - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.runtime.name
System Property. - JAVA_RUNTIME_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.runtime.version
System Property. - JAVA_SPECIFICATION_NAME - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.specification.name
System Property. - JAVA_SPECIFICATION_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.specification.vendor
System Property. - JAVA_SPECIFICATION_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.specification.version
System Property. - JAVA_UTIL_PREFS_PREFERENCES_FACTORY - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.util.prefs.PreferencesFactory
System Property. - JAVA_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.vendor
System Property. - JAVA_VENDOR_URL - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.vendor.url
System Property. - JAVA_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.version
System Property. - JAVA_VERSION_FLOAT - Static variable in class org.apache.commons.lang.SystemUtils
-
Gets the Java version as a
float
. - JAVA_VERSION_INT - Static variable in class org.apache.commons.lang.SystemUtils
-
Gets the Java version as an
int
. - JAVA_VERSION_TRIM_SIZE - Static variable in class org.apache.commons.lang.SystemUtils
- JAVA_VERSION_TRIMMED - Static variable in class org.apache.commons.lang.SystemUtils
-
Gets the Java version as a
String
trimming leading letters. - JAVA_VM_INFO - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.vm.info
System Property. - JAVA_VM_NAME - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.vm.name
System Property. - JAVA_VM_SPECIFICATION_NAME - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.vm.specification.name
System Property. - JAVA_VM_SPECIFICATION_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.vm.specification.vendor
System Property. - JAVA_VM_SPECIFICATION_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.vm.specification.version
System Property. - JAVA_VM_VENDOR - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.vm.vendor
System Property. - JAVA_VM_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
-
The
java.vm.version
System Property. - join(Object[]) - 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.
- join(Object[], char) - 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.
- join(Object[], char, int, int) - 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.
- 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.
- join(Object[], String, int, int) - 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.
- join(Collection, char) - Static method in class org.apache.commons.lang.StringUtils
-
Joins the elements of the provided
Collection
into a single String containing the provided elements. - join(Collection, String) - Static method in class org.apache.commons.lang.StringUtils
-
Joins the elements of the provided
Collection
into a single String containing the provided elements. - join(Iterator, char) - 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(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. - JVM_RANDOM - Static variable in class org.apache.commons.lang.math.RandomUtils
-
An instance of
JVMRandom
. - JVMRandom - Class in org.apache.commons.lang.math
-
JVMRandom
is a wrapper that supports all possible Random methods via theMath.random()
method and its system-wideRandom
object. - JVMRandom() - Constructor for class org.apache.commons.lang.math.JVMRandom
-
Constructs a new instance.
K
- keep(String, String) - Static method in class org.apache.commons.lang.CharSetUtils
-
Takes an argument in set-syntax, see evaluateSet, and keeps any of characters present in the specified string.
- keep(String, String[]) - Static method in class org.apache.commons.lang.CharSetUtils
-
Takes an argument in set-syntax, see evaluateSet, and keeps any of characters present in the specified string.
- key - Variable in class org.apache.commons.lang.IntHashMap.Entry
L
- languagesByCountry(String) - Static method in class org.apache.commons.lang.LocaleUtils
-
Obtains the list of languages supported for a given country.
- lastIndexOf(boolean[], boolean) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(boolean[], boolean, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(byte[], byte) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(byte[], byte, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder to find the last reference to the specified char.
- lastIndexOf(char[], char) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(char[], char, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(char, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder to find the last reference to the specified char.
- lastIndexOf(double[], double) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(double[], double, double) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value within a given tolerance in the array.
- lastIndexOf(double[], double, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(double[], double, int, double) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(float[], float) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(float[], float, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(int[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(int[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(long[], long) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(long[], long, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(short[], short) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value within the array.
- lastIndexOf(short[], short, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given value in the array starting at the given index.
- lastIndexOf(Object[], Object) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given object within the array.
- lastIndexOf(Object[], Object, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Finds the last index of the given object in the array starting at the given index.
- lastIndexOf(String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder to find the last reference to the specified string.
- lastIndexOf(String, char) - Static method in class org.apache.commons.lang.StringUtils
-
Finds the last index within a String, handling
null
. - lastIndexOf(String, char, int) - Static method in class org.apache.commons.lang.StringUtils
-
Finds the last index within a String from a start position, handling
null
. - lastIndexOf(String, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder to find the last reference to the specified string starting searching from the given index.
- lastIndexOf(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Finds the last index within a String, handling
null
. - lastIndexOf(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Finds the first index within a String, handling
null
. - lastIndexOf(StrMatcher) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder using the matcher to find the last match.
- lastIndexOf(StrMatcher, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Searches the string builder using the matcher to find the last match searching from the given index.
- lastIndexOfAny(String, String[]) - Static method in class org.apache.commons.lang.StringUtils
-
Find the latest index of any of a set of potential substrings.
- lastIndexOfIgnoreCase(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Case in-sensitive find of the last index within a String.
- lastIndexOfIgnoreCase(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Case in-sensitive find of the last index within a String from the specified position.
- lastOrdinalIndexOf(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Finds the n-th last index within a String, handling
null
. - left(String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Gets the leftmost
len
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, char) - Static method in class org.apache.commons.lang.StringUtils
-
Left pad a String with a specified character.
- leftPad(String, int, String) - Static method in class org.apache.commons.lang.StringUtils
-
Left pad a String with a specified String.
- leftString(int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Extracts the leftmost characters from the string builder without throwing an exception.
- length() - Method in class org.apache.commons.lang.text.StrBuilder
-
Gets the length of the string builder.
- length(String) - Static method in class org.apache.commons.lang.StringUtils
-
Gets a String's length or
0
if the String isnull
. - lexx(String) - Static method in class org.apache.commons.lang.time.DurationFormatUtils
-
Parses a classic date format string into Tokens
- LF - Static variable in class org.apache.commons.lang.CharUtils
-
- LINE_SEPARATOR - Static variable in class org.apache.commons.lang.SystemUtils
-
The
line.separator
System Property. - list - Variable in class org.apache.commons.lang.enums.Enum.Entry
-
List of Enums in source code order.
- loadFactor - Variable in class org.apache.commons.lang.IntHashMap
-
The load factor for the hashtable.
- localeLookupList(Locale) - Static method in class org.apache.commons.lang.LocaleUtils
-
Obtains the list of locales to search through when performing a locale search.
- localeLookupList(Locale, Locale) - Static method in class org.apache.commons.lang.LocaleUtils
-
Obtains the list of locales to search through when performing a locale search.
- LocaleUtils - Class in org.apache.commons.lang
-
Operations to assist when working with a
Locale
. - LocaleUtils() - Constructor for class org.apache.commons.lang.LocaleUtils
-
LocaleUtils
instances should NOT be constructed in standard programming. - LONG - Static variable in class org.apache.commons.lang.time.FastDateFormat
-
LONG locale dependent date or time style.
- LONG_MINUS_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Long constant for minus one.
- LONG_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Long constant for one.
- LONG_ZERO - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Long constant for zero.
- LongRange - Class in org.apache.commons.lang.math
-
LongRange
represents an inclusive range oflong
s. - LongRange(long) - Constructor for class org.apache.commons.lang.math.LongRange
-
Constructs a new
LongRange
using the specified number as both the minimum and maximum in this range. - LongRange(long, long) - Constructor for class org.apache.commons.lang.math.LongRange
-
Constructs a new
LongRange
with the specified minimum and maximum numbers (both inclusive). - LongRange(Number) - Constructor for class org.apache.commons.lang.math.LongRange
-
Constructs a new
LongRange
using the specified number as both the minimum and maximum in this range. - LongRange(Number, Number) - Constructor for class org.apache.commons.lang.math.LongRange
-
Constructs a new
LongRange
with the specified minimum and maximum numbers (both inclusive). - longValue() - Method in class org.apache.commons.lang.math.Fraction
-
Gets the fraction as a
long
. - longValue() - Method in class org.apache.commons.lang.mutable.MutableByte
-
Returns the value of this MutableByte as a long.
- longValue() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Returns the value of this MutableDouble as a long.
- longValue() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Returns the value of this MutableFloat as a long.
- longValue() - Method in class org.apache.commons.lang.mutable.MutableInt
-
Returns the value of this MutableInt as a long.
- longValue() - Method in class org.apache.commons.lang.mutable.MutableLong
-
Returns the value of this MutableLong as a long.
- longValue() - Method in class org.apache.commons.lang.mutable.MutableShort
-
Returns the value of this MutableShort as a long.
- lookup(String) - Method in class org.apache.commons.lang.text.StrLookup
-
Looks up a String key to a String value.
- lookup(String) - Method in class org.apache.commons.lang.text.StrLookup.MapStrLookup
-
Looks up a String key to a String value using the map.
- LOOKUP_TABLE_SIZE - Static variable in class org.apache.commons.lang.Entities.LookupEntityMap
- LookupEntityMap() - Constructor for class org.apache.commons.lang.Entities.LookupEntityMap
- lookupTable - Variable in class org.apache.commons.lang.Entities.LookupEntityMap
- lookupTable() - Method in class org.apache.commons.lang.Entities.LookupEntityMap
-
Returns the lookup table for this entity map.
- lowerCase(String) - Static method in class org.apache.commons.lang.StringUtils
-
Converts a String to lower case as per
String.toLowerCase()
. - lowerCase(String, Locale) - Static method in class org.apache.commons.lang.StringUtils
-
Converts a String to lower case as per
String.toLowerCase(Locale)
.
M
- m - Static variable in class org.apache.commons.lang.time.DurationFormatUtils
- M - Static variable in class org.apache.commons.lang.time.DurationFormatUtils
- map - Variable in class org.apache.commons.lang.Entities
- map - Variable in class org.apache.commons.lang.enums.Enum.Entry
-
Map of Enum name to Enum.
- map - Variable in class org.apache.commons.lang.text.StrLookup.MapStrLookup
-
Map keys are variable names and value.
- MapIntMap(Map, Map) - Constructor for class org.apache.commons.lang.Entities.MapIntMap
-
Construct a new instance with specified maps.
- mapLookup(Map) - Static method in class org.apache.commons.lang.text.StrLookup
-
Returns a lookup which looks up values using a map.
- mapNameToValue - Variable in class org.apache.commons.lang.Entities.MapIntMap
- mapNameToValue - Variable in class org.apache.commons.lang.Entities.PrimitiveEntityMap
- MapStrLookup(Map) - Constructor for class org.apache.commons.lang.text.StrLookup.MapStrLookup
-
Creates a new instance backed by a Map.
- mapValueToName - Variable in class org.apache.commons.lang.Entities.MapIntMap
- mapValueToName - Variable in class org.apache.commons.lang.Entities.PrimitiveEntityMap
- mark - Variable in class org.apache.commons.lang.text.StrBuilder.StrBuilderReader
-
The last mark position.
- mark(int) - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderReader
- markSupported() - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderReader
- matchSubclasses - Static variable in class org.apache.commons.lang.exception.NestableDelegate
-
Whether to match subclasses via indexOf.
- max - Variable in class org.apache.commons.lang.math.DoubleRange
-
The maximum number in this range (inclusive).
- max - Variable in class org.apache.commons.lang.math.FloatRange
-
The maximum number in this range (inclusive).
- max - Variable in class org.apache.commons.lang.math.IntRange
-
The maximum number in this range (inclusive).
- max - Variable in class org.apache.commons.lang.math.LongRange
-
The maximum number in this range (inclusive).
- max - Variable in class org.apache.commons.lang.math.NumberRange
-
The maximum number in this range.
- max - Variable in class org.apache.commons.lang.NumberRange
-
Deprecated.
- max(byte[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the maximum value in an array.
- max(byte, byte, byte) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the maximum of three
byte
values. - max(double[]) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Returns the maximum value in an array.
- max(double[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the maximum value in an array.
- max(double, double) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Gets the maximum of two
double
values. - max(double, double, double) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Gets the maximum of three
double
values. - max(double, double, double) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the maximum of three
double
values. - max(float[]) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Returns the maximum value in an array.
- max(float[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the maximum value in an array.
- max(float, float) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Gets the maximum of two
float
values. - max(float, float, float) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Gets the maximum of three
float
values. - max(float, float, float) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the maximum of three
float
values. - max(int[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the maximum value in an array.
- max(int, int, int) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the maximum of three
int
values. - max(long[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the maximum value in an array.
- max(long, long, long) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the maximum of three
long
values. - max(short[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the maximum value in an array.
- max(short, short, short) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the maximum of three
short
values. - max(Comparable, Comparable) - Static method in class org.apache.commons.lang.ObjectUtils
-
Null safe comparison of Comparables.
- maximum(int, int, int) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Gets the maximum of three
int
values. - maximum(long, long, long) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Gets the maximum of three
long
values. - maxObject - Variable in class org.apache.commons.lang.math.DoubleRange
-
Cached output maxObject (class is immutable).
- maxObject - Variable in class org.apache.commons.lang.math.FloatRange
-
Cached output maxObject (class is immutable).
- maxObject - Variable in class org.apache.commons.lang.math.IntRange
-
Cached output maxObject (class is immutable).
- maxObject - Variable in class org.apache.commons.lang.math.LongRange
-
Cached output maxObject (class is immutable).
- mColon - Variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNumberRule
- mDaylight - Variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule
- MEDIUM - Static variable in class org.apache.commons.lang.time.FastDateFormat
-
MEDIUM locale dependent date or time style.
- MemberUtils - Class in org.apache.commons.lang.reflect
-
Contains common code for working with Methods/Constructors, extracted and refactored from
MethodUtils
when it was imported from Commons BeanUtils. - MemberUtils() - Constructor for class org.apache.commons.lang.reflect.MemberUtils
- MethodUtils - Class in org.apache.commons.lang.reflect
-
Utility reflection methods focused on methods, originally from Commons BeanUtils.
- MethodUtils() - Constructor for class org.apache.commons.lang.reflect.MethodUtils
-
MethodUtils instances should NOT be constructed in standard programming.
- mField - Variable in class org.apache.commons.lang.time.FastDateFormat.PaddedNumberField
- mField - Variable in class org.apache.commons.lang.time.FastDateFormat.TextField
- mField - Variable in class org.apache.commons.lang.time.FastDateFormat.TwoDigitNumberField
- mField - Variable in class org.apache.commons.lang.time.FastDateFormat.UnpaddedNumberField
- mid(String, int, int) - Static method in class org.apache.commons.lang.StringUtils
-
Gets
len
characters from the middle of a String. - midString(int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Extracts some characters from the middle of the string builder without throwing an exception.
- MILLIS_IN_DAY - Static variable in class org.apache.commons.lang.time.DateUtils
-
Deprecated.Use MILLIS_PER_DAY. This will be removed in Commons Lang 3.0.
- MILLIS_IN_HOUR - Static variable in class org.apache.commons.lang.time.DateUtils
-
Deprecated.Use MILLIS_PER_HOUR. This will be removed in Commons Lang 3.0.
- MILLIS_IN_MINUTE - Static variable in class org.apache.commons.lang.time.DateUtils
-
Deprecated.Use MILLIS_PER_MINUTE. This will be removed in Commons Lang 3.0.
- MILLIS_IN_SECOND - Static variable in class org.apache.commons.lang.time.DateUtils
-
Deprecated.Use MILLIS_PER_SECOND. This will be removed in Commons Lang 3.0.
- MILLIS_PER_DAY - Static variable in class org.apache.commons.lang.time.DateUtils
-
Number of milliseconds in a standard day.
- MILLIS_PER_HOUR - Static variable in class org.apache.commons.lang.time.DateUtils
-
Number of milliseconds in a standard hour.
- MILLIS_PER_MINUTE - Static variable in class org.apache.commons.lang.time.DateUtils
-
Number of milliseconds in a standard minute.
- MILLIS_PER_SECOND - Static variable in class org.apache.commons.lang.time.DateUtils
-
Number of milliseconds in a standard second.
- min - Variable in class org.apache.commons.lang.math.DoubleRange
-
The minimum number in this range (inclusive).
- min - Variable in class org.apache.commons.lang.math.FloatRange
-
The minimum number in this range (inclusive).
- min - Variable in class org.apache.commons.lang.math.IntRange
-
The minimum number in this range (inclusive).
- min - Variable in class org.apache.commons.lang.math.LongRange
-
The minimum number in this range (inclusive).
- min - Variable in class org.apache.commons.lang.math.NumberRange
-
The minimum number in this range.
- min - Variable in class org.apache.commons.lang.NumberRange
-
Deprecated.
- min(byte[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the minimum value in an array.
- min(byte, byte, byte) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the minimum of three
byte
values. - min(double[]) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Returns the minimum value in an array.
- min(double[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the minimum value in an array.
- min(double, double) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Gets the minimum of two
double
values. - min(double, double, double) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Gets the minimum of three
double
values. - min(double, double, double) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the minimum of three
double
values. - min(float[]) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Returns the minimum value in an array.
- min(float[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the minimum value in an array.
- min(float, float) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Gets the minimum of two
float
values. - min(float, float, float) - Static method in class org.apache.commons.lang.math.IEEE754rUtils
-
Gets the minimum of three
float
values. - min(float, float, float) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the minimum of three
float
values. - min(int[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the minimum value in an array.
- min(int, int, int) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the minimum of three
int
values. - min(long[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the minimum value in an array.
- min(long, long, long) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the minimum of three
long
values. - min(short[]) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Returns the minimum value in an array.
- min(short, short, short) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Gets the minimum of three
short
values. - min(Comparable, Comparable) - Static method in class org.apache.commons.lang.ObjectUtils
-
Null safe comparison of Comparables.
- minimizeCapacity() - Method in class org.apache.commons.lang.text.StrBuilder
-
Minimizes the capacity to the actual length of the string.
- minimum(int, int, int) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Gets the minimum of three
int
values. - minimum(long, long, long) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Gets the minimum of three
long
values. - minObject - Variable in class org.apache.commons.lang.math.DoubleRange
-
Cached output minObject (class is immutable).
- minObject - Variable in class org.apache.commons.lang.math.FloatRange
-
Cached output minObject (class is immutable).
- minObject - Variable in class org.apache.commons.lang.math.IntRange
-
Cached output minObject (class is immutable).
- minObject - Variable in class org.apache.commons.lang.math.LongRange
-
Cached output minObject (class is immutable).
- mLocale - Variable in class org.apache.commons.lang.time.FastDateFormat
-
The locale.
- mLocale - Variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneDisplayKey
- mLocale - Variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule
- mLocaleForced - Variable in class org.apache.commons.lang.time.FastDateFormat
-
Whether the locale overrides the default.
- mMaxLengthEstimate - Variable in class org.apache.commons.lang.time.FastDateFormat
-
The estimated maximum length.
- mObj1 - Variable in class org.apache.commons.lang.time.FastDateFormat.Pair
- mObj2 - Variable in class org.apache.commons.lang.time.FastDateFormat.Pair
- modify(String, String[], boolean) - Static method in class org.apache.commons.lang.CharSetUtils
-
Implementation of delete and keep
- modify(Calendar, int, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Internal calculation method.
- MODIFY_CEILING - Static variable in class org.apache.commons.lang.time.DateUtils
-
Constant marker for ceiling
- MODIFY_ROUND - Static variable in class org.apache.commons.lang.time.DateUtils
-
Constant marker for rounding
- MODIFY_TRUNCATE - Static variable in class org.apache.commons.lang.time.DateUtils
-
Constant marker for truncating
- mPattern - Variable in class org.apache.commons.lang.time.FastDateFormat
-
The pattern.
- mRule - Variable in class org.apache.commons.lang.time.FastDateFormat.TwelveHourField
- mRule - Variable in class org.apache.commons.lang.time.FastDateFormat.TwentyFourHourField
- mRules - Variable in class org.apache.commons.lang.time.FastDateFormat
-
The parsed rules.
- mSize - Variable in class org.apache.commons.lang.time.FastDateFormat.PaddedNumberField
- mStandard - Variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule
- mStyle - Variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneDisplayKey
- mStyle - Variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule
- mTimeZone - Variable in class org.apache.commons.lang.time.FastDateFormat
-
The time zone.
- mTimeZone - Variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneDisplayKey
- mTimeZone - Variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule
- mTimeZoneForced - Variable in class org.apache.commons.lang.time.FastDateFormat
-
Whether the time zone overrides any on Calendars.
- mTimeZoneForced - Variable in class org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule
- mulAndCheck(int, int) - Static method in class org.apache.commons.lang.math.Fraction
-
Multiply two integers, checking for overflow.
- mulPosAndCheck(int, int) - Static method in class org.apache.commons.lang.math.Fraction
-
Multiply two non-negative integers, checking for overflow.
- MULTI_LINE_STYLE - Static variable in class org.apache.commons.lang.builder.ToStringStyle
-
The multi line toString style.
- MultiLineToStringStyle() - Constructor for class org.apache.commons.lang.builder.ToStringStyle.MultiLineToStringStyle
-
Constructor.
- multiplyBy(Fraction) - Method in class org.apache.commons.lang.math.Fraction
-
Multiplies the value of this fraction by another, returning the result in reduced form.
- MUST_BE_THROWABLE - Static variable in class org.apache.commons.lang.exception.NestableDelegate
-
Constructor error message.
- Mutable - Interface in org.apache.commons.lang.mutable
-
Provides mutable access to a value.
- MutableBoolean - Class in org.apache.commons.lang.mutable
-
A mutable
boolean
wrapper. - MutableBoolean() - Constructor for class org.apache.commons.lang.mutable.MutableBoolean
-
Constructs a new MutableBoolean with the default value of false.
- MutableBoolean(boolean) - Constructor for class org.apache.commons.lang.mutable.MutableBoolean
-
Constructs a new MutableBoolean with the specified value.
- MutableBoolean(Boolean) - Constructor for class org.apache.commons.lang.mutable.MutableBoolean
-
Constructs a new MutableBoolean with the specified value.
- MutableByte - Class in org.apache.commons.lang.mutable
-
A mutable
byte
wrapper. - MutableByte() - Constructor for class org.apache.commons.lang.mutable.MutableByte
-
Constructs a new MutableByte with the default value of zero.
- MutableByte(byte) - Constructor for class org.apache.commons.lang.mutable.MutableByte
-
Constructs a new MutableByte with the specified value.
- MutableByte(Number) - Constructor for class org.apache.commons.lang.mutable.MutableByte
-
Constructs a new MutableByte with the specified value.
- MutableByte(String) - Constructor for class org.apache.commons.lang.mutable.MutableByte
-
Constructs a new MutableByte parsing the given string.
- MutableDouble - Class in org.apache.commons.lang.mutable
-
A mutable
double
wrapper. - MutableDouble() - Constructor for class org.apache.commons.lang.mutable.MutableDouble
-
Constructs a new MutableDouble with the default value of zero.
- MutableDouble(double) - Constructor for class org.apache.commons.lang.mutable.MutableDouble
-
Constructs a new MutableDouble with the specified value.
- MutableDouble(Number) - Constructor for class org.apache.commons.lang.mutable.MutableDouble
-
Constructs a new MutableDouble with the specified value.
- MutableDouble(String) - Constructor for class org.apache.commons.lang.mutable.MutableDouble
-
Constructs a new MutableDouble parsing the given string.
- MutableFloat - Class in org.apache.commons.lang.mutable
-
A mutable
float
wrapper. - MutableFloat() - Constructor for class org.apache.commons.lang.mutable.MutableFloat
-
Constructs a new MutableFloat with the default value of zero.
- MutableFloat(float) - Constructor for class org.apache.commons.lang.mutable.MutableFloat
-
Constructs a new MutableFloat with the specified value.
- MutableFloat(Number) - Constructor for class org.apache.commons.lang.mutable.MutableFloat
-
Constructs a new MutableFloat with the specified value.
- MutableFloat(String) - Constructor for class org.apache.commons.lang.mutable.MutableFloat
-
Constructs a new MutableFloat parsing the given string.
- MutableInt - Class in org.apache.commons.lang.mutable
-
A mutable
int
wrapper. - MutableInt() - Constructor for class org.apache.commons.lang.mutable.MutableInt
-
Constructs a new MutableInt with the default value of zero.
- MutableInt(int) - Constructor for class org.apache.commons.lang.mutable.MutableInt
-
Constructs a new MutableInt with the specified value.
- MutableInt(Number) - Constructor for class org.apache.commons.lang.mutable.MutableInt
-
Constructs a new MutableInt with the specified value.
- MutableInt(String) - Constructor for class org.apache.commons.lang.mutable.MutableInt
-
Constructs a new MutableInt parsing the given string.
- MutableLong - Class in org.apache.commons.lang.mutable
-
A mutable
long
wrapper. - MutableLong() - Constructor for class org.apache.commons.lang.mutable.MutableLong
-
Constructs a new MutableLong with the default value of zero.
- MutableLong(long) - Constructor for class org.apache.commons.lang.mutable.MutableLong
-
Constructs a new MutableLong with the specified value.
- MutableLong(Number) - Constructor for class org.apache.commons.lang.mutable.MutableLong
-
Constructs a new MutableLong with the specified value.
- MutableLong(String) - Constructor for class org.apache.commons.lang.mutable.MutableLong
-
Constructs a new MutableLong parsing the given string.
- MutableObject - Class in org.apache.commons.lang.mutable
-
A mutable
Object
wrapper. - MutableObject() - Constructor for class org.apache.commons.lang.mutable.MutableObject
-
Constructs a new MutableObject with the default value of
null
. - MutableObject(Object) - Constructor for class org.apache.commons.lang.mutable.MutableObject
-
Constructs a new MutableObject with the specified value.
- MutableShort - Class in org.apache.commons.lang.mutable
-
A mutable
short
wrapper. - MutableShort() - Constructor for class org.apache.commons.lang.mutable.MutableShort
-
Constructs a new MutableShort with the default value of zero.
- MutableShort(short) - Constructor for class org.apache.commons.lang.mutable.MutableShort
-
Constructs a new MutableShort with the specified value.
- MutableShort(Number) - Constructor for class org.apache.commons.lang.mutable.MutableShort
-
Constructs a new MutableShort with the specified value.
- MutableShort(String) - Constructor for class org.apache.commons.lang.mutable.MutableShort
-
Constructs a new MutableShort parsing the given string.
- mValue - Variable in class org.apache.commons.lang.time.FastDateFormat.CharacterLiteral
- mValue - Variable in class org.apache.commons.lang.time.FastDateFormat.StringLiteral
- mValues - Variable in class org.apache.commons.lang.time.FastDateFormat.TextField
N
- name(int) - Method in class org.apache.commons.lang.Entities.ArrayEntityMap
-
Returns the name of the entity identified by the specified value.
- name(int) - Method in class org.apache.commons.lang.Entities.BinaryEntityMap
-
Returns the name of the entity identified by the specified value.
- name(int) - Method in interface org.apache.commons.lang.Entities.EntityMap
-
Returns the name of the entity identified by the specified value.
- name(int) - Method in class org.apache.commons.lang.Entities.LookupEntityMap
-
Returns the name of the entity identified by the specified value.
- name(int) - Method in class org.apache.commons.lang.Entities.MapIntMap
-
Returns the name of the entity identified by the specified value.
- name(int) - Method in class org.apache.commons.lang.Entities.PrimitiveEntityMap
-
Returns the name of the entity identified by the specified value.
- names - Variable in class org.apache.commons.lang.Entities.ArrayEntityMap
- negate() - Method in class org.apache.commons.lang.math.Fraction
-
Gets a fraction that is the negative (-fraction) of this one.
- negate(Boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Negates the specified boolean.
- negated - Variable in class org.apache.commons.lang.CharRange
-
True if the range is everything except the characters specified.
- 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 in org.apache.commons.lang.exception
-
An interface to be implemented by
Throwable
extensions which would like to be able to nest root exceptions inside themselves. - NestableDelegate - Class in org.apache.commons.lang.exception
-
A shared implementation of the nestable exception functionality.
- NestableDelegate(Nestable) - Constructor for class org.apache.commons.lang.exception.NestableDelegate
-
Constructs a new
NestableDelegate
instance to manage the specifiedNestable
. - NestableError - Error in org.apache.commons.lang.exception
-
The base class of all errors which can contain other exceptions.
- NestableError() - Constructor for error org.apache.commons.lang.exception.NestableError
-
Constructs a new
NestableError
without specified detail message. - NestableError(String) - Constructor for error org.apache.commons.lang.exception.NestableError
-
Constructs a new
NestableError
with specified detail message. - NestableError(String, Throwable) - Constructor for error org.apache.commons.lang.exception.NestableError
-
Constructs a new
NestableError
with specified detail message and nestedThrowable
. - NestableError(Throwable) - Constructor for error org.apache.commons.lang.exception.NestableError
-
Constructs a new
NestableError
with specified nestedThrowable
. - NestableException - Exception in org.apache.commons.lang.exception
-
The base class of all exceptions which can contain other exceptions.
- NestableException() - Constructor for exception org.apache.commons.lang.exception.NestableException
-
Constructs a new
NestableException
without specified detail message. - NestableException(String) - Constructor for exception org.apache.commons.lang.exception.NestableException
-
Constructs a new
NestableException
with specified detail message. - NestableException(String, Throwable) - Constructor for exception org.apache.commons.lang.exception.NestableException
-
Constructs a new
NestableException
with specified detail message and nestedThrowable
. - NestableException(Throwable) - Constructor for exception org.apache.commons.lang.exception.NestableException
-
Constructs a new
NestableException
with specified nestedThrowable
. - NestableRuntimeException - Exception in org.apache.commons.lang.exception
-
The base class of all runtime exceptions which can contain other exceptions.
- NestableRuntimeException() - Constructor for exception org.apache.commons.lang.exception.NestableRuntimeException
-
Constructs a new
NestableRuntimeException
without specified detail message. - NestableRuntimeException(String) - Constructor for exception org.apache.commons.lang.exception.NestableRuntimeException
-
Constructs a new
NestableRuntimeException
with specified detail message. - NestableRuntimeException(String, Throwable) - Constructor for exception org.apache.commons.lang.exception.NestableRuntimeException
-
Constructs a new
NestableRuntimeException
with specified detail message and nestedThrowable
. - NestableRuntimeException(Throwable) - Constructor for exception org.apache.commons.lang.exception.NestableRuntimeException
-
Constructs a new
NestableRuntimeException
with specified nestedThrowable
. - newLine - Variable in class org.apache.commons.lang.text.StrBuilder
-
The new line.
- next - Variable in class org.apache.commons.lang.IntHashMap.Entry
- next() - Method in class org.apache.commons.lang.CharRange.CharacterIterator
-
Return the next character in the iteration
- next() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the next token.
- next() - Method in class org.apache.commons.lang.time.DateUtils.DateIterator
-
Return the next calendar in the iteration
- next(ParsePosition) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Convenience method to advance parse position by 1
- next63bits() - Static method in class org.apache.commons.lang.math.JVMRandom
-
Get the next unsigned random long
- nextBoolean() - Method in class org.apache.commons.lang.math.JVMRandom
-
Returns the next pseudorandom, uniformly distributed boolean value from the Math.random() sequence.
- nextBoolean() - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns the next pseudorandom, uniformly distributed boolean value from the Math.random() sequence.
- nextBoolean(Random) - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns the next pseudorandom, uniformly distributed boolean value from the given random sequence.
- nextBytes(byte[]) - Method in class org.apache.commons.lang.math.JVMRandom
-
Unsupported in 2.0.
- nextDouble() - Method in class org.apache.commons.lang.math.JVMRandom
-
Synonymous to the Math.random() call.
- nextDouble() - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns the next pseudorandom, uniformly distributed float value between
0.0
and1.0
from the Math.random() sequence. - nextDouble(Random) - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns the next pseudorandom, uniformly distributed float value between
0.0
and1.0
from the given Random sequence. - nextFloat() - Method in class org.apache.commons.lang.math.JVMRandom
-
Returns the next pseudorandom, uniformly distributed float value between
0.0
and1.0
from the Math.random() sequence. - nextFloat() - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns the next pseudorandom, uniformly distributed float value between
0.0
and1.0
from the Math.random() sequence. - nextFloat(Random) - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns the next pseudorandom, uniformly distributed float value between
0.0
and1.0
from the given Random sequence. - nextGaussian() - Method in class org.apache.commons.lang.math.JVMRandom
-
Unsupported in 2.0.
- nextIndex() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the index of the next token to return.
- nextInt() - Method in class org.apache.commons.lang.math.JVMRandom
-
Returns the next pseudorandom, uniformly distributed int value from the Math.random() sequence.
- nextInt() - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns the next pseudorandom, uniformly distributed int value from the Math.random() sequence.
- nextInt(int) - Method in class org.apache.commons.lang.math.JVMRandom
-
Returns a pseudorandom, uniformly distributed int value between
0
(inclusive) and the specified value (exclusive), from the Math.random() sequence. - nextInt(int) - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns a pseudorandom, uniformly distributed int value between
0
(inclusive) and the specified value (exclusive), from the Math.random() sequence. - nextInt(Random) - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns the next pseudorandom, uniformly distributed int value from the given
random
sequence. - nextInt(Random, int) - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns a pseudorandom, uniformly distributed int value between
0
(inclusive) and the specified value (exclusive), from the given Random sequence. - nextLong() - Method in class org.apache.commons.lang.math.JVMRandom
-
Returns the next pseudorandom, uniformly distributed long value from the Math.random() sequence.
- nextLong() - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns the next pseudorandom, uniformly distributed long value from the Math.random() sequence.
- nextLong(long) - Static method in class org.apache.commons.lang.math.JVMRandom
-
Returns a pseudorandom, uniformly distributed long value between
0
(inclusive) and the specified value (exclusive), from the Math.random() sequence. - nextLong(Random) - Static method in class org.apache.commons.lang.math.RandomUtils
-
Returns the next pseudorandom, uniformly distributed long value from the given Random sequence.
- nextToken() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the next token from the String.
- NO_FIELD_NAMES_STYLE - Static variable in class org.apache.commons.lang.builder.ToStringStyle
-
The no field names toString style.
- NoFieldNameToStringStyle() - Constructor for class org.apache.commons.lang.builder.ToStringStyle.NoFieldNameToStringStyle
-
Constructor.
- NoMatcher() - Constructor for class org.apache.commons.lang.text.StrMatcher.NoMatcher
-
Constructs a new instance of
NoMatcher
. - NONE_LOOKUP - Static variable in class org.apache.commons.lang.text.StrLookup
-
Lookup that always returns null.
- NONE_MATCHER - Static variable in class org.apache.commons.lang.text.StrMatcher
-
Matches no characters.
- noneLookup() - Static method in class org.apache.commons.lang.text.StrLookup
-
Returns a lookup which always returns null.
- noneMatcher() - Static method in class org.apache.commons.lang.text.StrMatcher
-
Matches no characters.
- noNullElements(Object[]) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument array is neither
null
nor contains any elements that arenull
; otherwise throwing an exception. - noNullElements(Object[], String) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument array is neither
null
nor contains any elements that arenull
; otherwise throwing an exception with the specified message. - noNullElements(Collection) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument collection is neither
null
nor contains any elements that arenull
; otherwise throwing an exception. - noNullElements(Collection, String) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument collection is neither
null
nor contains any elements that arenull
; otherwise throwing an exception with the specified message. - normalizeSpace(String) - Static method in class org.apache.commons.lang.StringUtils
- notEmpty(Object[]) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument array is neither
null
nor a length of zero (no elements); otherwise throwing an exception. - notEmpty(Object[], String) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument array is neither
null
nor a length of zero (no elements); otherwise throwing an exception with the specified message. - notEmpty(String) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument string is neither
null
nor a length of zero (no characters); otherwise throwing an exception with the specified message. - notEmpty(String, String) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument string is neither
null
nor a length of zero (no characters); otherwise throwing an exception with the specified message. - notEmpty(Collection) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument collection is neither
null
nor a size of zero (no elements); otherwise throwing an exception. - notEmpty(Collection, String) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument collection is neither
null
nor a size of zero (no elements); otherwise throwing an exception with the specified message. - notEmpty(Map) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument map is neither
null
nor a size of zero (no elements); otherwise throwing an exception. - notEmpty(Map, String) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument map is neither
null
nor a size of zero (no elements); otherwise throwing an exception with the specified message. - notEqual(Object, Object) - Static method in class org.apache.commons.lang.ObjectUtils
-
Compares two objects for inequality, where either one or both objects may be
null
. - NotImplementedException - Exception in org.apache.commons.lang
-
Thrown to indicate that a block of code has not been implemented.
- NotImplementedException() - Constructor for exception org.apache.commons.lang.NotImplementedException
-
Constructs a new
NotImplementedException
with default message. - NotImplementedException(Class) - Constructor for exception org.apache.commons.lang.NotImplementedException
-
Constructs a new
NotImplementedException
referencing the specified class. - NotImplementedException(String) - Constructor for exception org.apache.commons.lang.NotImplementedException
-
Constructs a new
NotImplementedException
with specified detail message. - NotImplementedException(String, Throwable) - Constructor for exception org.apache.commons.lang.NotImplementedException
-
Constructs a new
NotImplementedException
with specified detail message and nestedThrowable
. - NotImplementedException(Throwable) - Constructor for exception org.apache.commons.lang.NotImplementedException
-
Constructs a new
NotImplementedException
with specified nestedThrowable
and default message. - notNull(Object) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument is not
null
; otherwise throwing an exception. - notNull(Object, String) - Static method in class org.apache.commons.lang.Validate
-
Validate that the specified argument is not
null
; otherwise throwing an exception with the specified message. - Null() - Constructor for class org.apache.commons.lang.ObjectUtils.Null
-
Restricted constructor - singleton.
- NULL - Static variable in class org.apache.commons.lang.ObjectUtils
-
Singleton used as a
null
placeholder wherenull
has another meaning. - NullArgumentException - Exception in org.apache.commons.lang
-
Thrown to indicate that an argument was
null
and should not have been. - NullArgumentException(String) - Constructor for exception org.apache.commons.lang.NullArgumentException
-
Instantiates with the given argument name.
- nullText - Variable in class org.apache.commons.lang.builder.ToStringStyle
-
The
null
text'<null>'
. - nullText - Variable in class org.apache.commons.lang.text.StrBuilder
-
The null text.
- nullToEmpty(boolean[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(byte[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(char[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(double[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(float[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(int[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(long[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(short[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(Boolean[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(Byte[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(Character[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(Double[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(Float[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(Integer[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(Long[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(Object[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(Short[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - nullToEmpty(String[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Defensive programming technique to change a
null
reference to an empty one. - NumberRange - Class in org.apache.commons.lang.math
-
NumberRange
represents an inclusive range ofNumber
objects of the same type. - NumberRange - Class in org.apache.commons.lang
-
Deprecated.Use one of the Range classes in org.apache.commons.lang.math. Class will be removed in Commons Lang 3.0.
- NumberRange(Number) - Constructor for class org.apache.commons.lang.math.NumberRange
-
Constructs a new
NumberRange
using the specified number as both the minimum and maximum in this range. - NumberRange(Number) - Constructor for class org.apache.commons.lang.NumberRange
-
Deprecated.Constructs a new
NumberRange
usingnumber
as both the minimum and maximum in this range. - NumberRange(Number, Number) - Constructor for class org.apache.commons.lang.math.NumberRange
-
Constructs a new
NumberRange
with the specified minimum and maximum numbers (both inclusive). - NumberRange(Number, Number) - Constructor for class org.apache.commons.lang.NumberRange
-
Deprecated.Constructs a new
NumberRange
with the specified minimum and maximum numbers. - NumberUtils - Class in org.apache.commons.lang.math
-
Provides extra functionality for Java Number classes.
- NumberUtils - Class in org.apache.commons.lang
-
Deprecated.Moved to org.apache.commons.lang.math. Class will be removed in Commons Lang 3.0.
- NumberUtils() - Constructor for class org.apache.commons.lang.math.NumberUtils
-
NumberUtils
instances should NOT be constructed in standard programming. - NumberUtils() - Constructor for class org.apache.commons.lang.NumberUtils
-
Deprecated.
NumberUtils
instances should NOT be constructed in standard programming. - numerator - Variable in class org.apache.commons.lang.math.Fraction
-
The numerator number part of the fraction (the three in three sevenths).
O
- object - Variable in class org.apache.commons.lang.builder.ToStringBuilder
-
The object being output, may be null.
- ObjectUtils - Class in org.apache.commons.lang
-
Operations on
Object
. - ObjectUtils() - Constructor for class org.apache.commons.lang.ObjectUtils
-
ObjectUtils
instances should NOT be constructed in standard programming. - ObjectUtils.Null - Class in org.apache.commons.lang
-
Class used as a null placeholder where
null
has another meaning. - ONE - Static variable in class org.apache.commons.lang.math.Fraction
-
Fraction
representation of 1. - ONE_FIFTH - Static variable in class org.apache.commons.lang.math.Fraction
-
Fraction
representation of 1/5. - ONE_HALF - Static variable in class org.apache.commons.lang.math.Fraction
-
Fraction
representation of 1/2. - ONE_QUARTER - Static variable in class org.apache.commons.lang.math.Fraction
-
Fraction
representation of 1/4. - ONE_THIRD - Static variable in class org.apache.commons.lang.math.Fraction
-
Fraction
representation of 1/3. - ORDERED_PRIMITIVE_TYPES - Static variable in class org.apache.commons.lang.reflect.MemberUtils
-
Array of primitive number types ordered by "promotability"
- ordinalIndexOf(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Finds the n-th index within a String, handling
null
. - ordinalIndexOf(String, String, int, boolean) - Static method in class org.apache.commons.lang.StringUtils
-
Finds the n-th index within a String, handling
null
. - org.apache.commons.lang - package org.apache.commons.lang
-
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang
classes. - org.apache.commons.lang.builder - package org.apache.commons.lang.builder
-
Assists in creating consistent
equals(Object)
,toString()
,hashCode()
, andcompareTo(Object)
methods. - org.apache.commons.lang.enums - package org.apache.commons.lang.enums
-
Provides an implementation of the C style
enum
in the Java world. - org.apache.commons.lang.exception - package org.apache.commons.lang.exception
-
Provides JDK 1.4 style Nested Exception functionality for those on prior Java versions.
- org.apache.commons.lang.math - package org.apache.commons.lang.math
-
Extends
java.math
for business mathematical classes. - org.apache.commons.lang.mutable - package org.apache.commons.lang.mutable
-
Provides typed mutable wrappers to primitive values and Object.
- org.apache.commons.lang.reflect - package org.apache.commons.lang.reflect
-
Accumulates common high-level uses of the
java.lang.reflect
APIs. - org.apache.commons.lang.text - package org.apache.commons.lang.text
-
Provides classes for handling and manipulating text, partly as an extension to
java.text
. - org.apache.commons.lang.time - package org.apache.commons.lang.time
-
Provides classes and methods to work with dates and durations.
- OS_ARCH - Static variable in class org.apache.commons.lang.SystemUtils
-
The
os.arch
System Property. - OS_NAME - Static variable in class org.apache.commons.lang.SystemUtils
-
The
os.name
System Property. - OS_NAME_WINDOWS_PREFIX - Static variable in class org.apache.commons.lang.SystemUtils
-
The prefix String for all Windows OS.
- OS_VERSION - Static variable in class org.apache.commons.lang.SystemUtils
-
The
os.version
System Property. - overlaps(NumberRange) - Method in class org.apache.commons.lang.NumberRange
-
Deprecated.Tests whether the specified range overlaps with this range using
double
comparison. - overlapsRange(Range) - Method in class org.apache.commons.lang.math.DoubleRange
-
Tests whether the specified range overlaps with this range using
double
comparison. - overlapsRange(Range) - Method in class org.apache.commons.lang.math.FloatRange
-
Tests whether the specified range overlaps with this range using
float
comparison. - overlapsRange(Range) - Method in class org.apache.commons.lang.math.IntRange
-
Tests whether the specified range overlaps with this range using
int
comparison. - overlapsRange(Range) - Method in class org.apache.commons.lang.math.LongRange
-
Tests whether the specified range overlaps with this range using
long
comparison. - overlapsRange(Range) - Method in class org.apache.commons.lang.math.Range
-
Tests whether the specified range overlaps with this range.
- overlay(String, String, int, int) - Static method in class org.apache.commons.lang.StringUtils
-
Overlays part of a String with another String.
- overlayString(String, String, int, int) - Static method in class org.apache.commons.lang.StringUtils
-
Deprecated.Use better named
StringUtils.overlay(String, String, int, int)
instead. Method will be removed in Commons Lang 3.0.
P
- PACKAGE_SEPARATOR - Static variable in class org.apache.commons.lang.ClassUtils
-
The package separator String:
"."
. - PACKAGE_SEPARATOR_CHAR - Static variable in class org.apache.commons.lang.ClassUtils
-
The package separator character:
'.' == 46
. - PAD_LIMIT - Static variable in class org.apache.commons.lang.StringUtils
-
The maximum size to which the padding constant(s) can expand.
- PaddedNumberField(int, int) - Constructor for class org.apache.commons.lang.time.FastDateFormat.PaddedNumberField
-
Constructs an instance of
PaddedNumberField
. - padding(int, char) - Static method in class org.apache.commons.lang.StringUtils
-
Returns padding using the specified delimiter repeated to a given length.
- Pair(Object, Object) - Constructor for class org.apache.commons.lang.time.FastDateFormat.Pair
-
Constructs an instance of
Pair
to hold the specified objects. - parseDate(String, String[]) - Static method in class org.apache.commons.lang.time.DateUtils
-
Parses a string representing a date by trying a variety of different parsers.
- parseDateStrictly(String, String[]) - Static method in class org.apache.commons.lang.time.DateUtils
-
Parses a string representing a date by trying a variety of different parsers.
- parseDateWithLeniency(String, String[], boolean) - Static method in class org.apache.commons.lang.time.DateUtils
-
Parses a string representing a date by trying a variety of different parsers.
- parseFormatDescription(String, ParsePosition) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Parse the format component of a format element.
- parseObject(String, ParsePosition) - Method in class org.apache.commons.lang.text.CompositeFormat
-
Uses the parser Format instance.
- parseObject(String, ParsePosition) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Parsing is not supported.
- parsePattern() - Method in class org.apache.commons.lang.time.FastDateFormat
-
Returns a list of Rules given a pattern.
- parser - Variable in class org.apache.commons.lang.text.CompositeFormat
-
The parser to use.
- parseToken(String, int[]) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Performs the parsing of tokens.
- PATH_SEPARATOR - Static variable in class org.apache.commons.lang.SystemUtils
-
The
path.separator
System Property. - pos - Variable in class org.apache.commons.lang.text.StrBuilder.StrBuilderReader
-
The current stream position.
- pow(int) - Method in class org.apache.commons.lang.math.Fraction
-
Gets a fraction that is raised to the passed in power.
- prechomp(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Deprecated.Use
StringUtils.substringAfter(String,String)
instead. Method will be removed in Commons Lang 3.0. - prefixMatcher - Variable in class org.apache.commons.lang.text.StrSubstitutor
-
Stores the variable prefix.
- prepareNext() - Method in class org.apache.commons.lang.CharRange.CharacterIterator
-
Prepare the next character in the range.
- previous() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the token previous to the last returned token.
- previousIndex() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the index of the previous token.
- previousToken() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the previous token from the String.
- PrimitiveEntityMap() - Constructor for class org.apache.commons.lang.Entities.PrimitiveEntityMap
- primitivesToWrappers(Class[]) - Static method in class org.apache.commons.lang.ClassUtils
-
Converts the specified array of primitive Class objects to an array of its corresponding wrapper Class objects.
- primitiveToWrapper(Class) - Static method in class org.apache.commons.lang.ClassUtils
-
Converts the specified primitive Class object to its corresponding wrapper Class object.
- primitiveWrapperMap - Static variable in class org.apache.commons.lang.ClassUtils
-
Maps primitive
Class
es to their corresponding wrapperClass
. - 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.
- printPartialStackTrace(PrintWriter) - Method in error org.apache.commons.lang.exception.NestableError
-
Prints the stack trace for this exception only--root cause not included--using the provided writer.
- printPartialStackTrace(PrintWriter) - Method in exception org.apache.commons.lang.exception.NestableException
-
Prints the stack trace for this exception only--root cause not included--using the provided writer.
- printPartialStackTrace(PrintWriter) - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Prints the stack trace for this exception only--root cause not included--using the provided writer.
- printPartialStackTrace(PrintWriter) - Method in exception org.apache.commons.lang.NotImplementedException
-
Prints the stack trace for this exception only (root cause not included) using the specified writer.
- printRootCauseStackTrace(Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Prints a compact stack trace for the root cause of a throwable to
System.err
. - printRootCauseStackTrace(Throwable, PrintStream) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Prints a compact stack trace for the root cause of a throwable.
- printRootCauseStackTrace(Throwable, PrintWriter) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Prints a compact stack trace for the root cause of a throwable.
- 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 error org.apache.commons.lang.exception.NestableError
- printStackTrace() - Method in exception org.apache.commons.lang.exception.NestableException
- printStackTrace() - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
- printStackTrace() - Method in exception org.apache.commons.lang.NotImplementedException
-
Prints the stack trace of this exception.
- printStackTrace(PrintStream) - Method in interface org.apache.commons.lang.exception.Nestable
-
Prints the stack trace of this exception to the specified print stream.
- 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 error org.apache.commons.lang.exception.NestableError
-
Prints the stack trace of this exception to the specified print stream.
- printStackTrace(PrintStream) - Method in exception org.apache.commons.lang.exception.NestableException
-
Prints the stack trace of this exception to the specified print stream.
- printStackTrace(PrintStream) - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Prints the stack trace of this exception to the specified print stream.
- printStackTrace(PrintStream) - Method in exception org.apache.commons.lang.NotImplementedException
-
Prints the stack trace of this exception to the specified stream.
- printStackTrace(PrintWriter) - Method in interface org.apache.commons.lang.exception.Nestable
-
Prints the stack trace of this exception to the specified print writer.
- 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 error org.apache.commons.lang.exception.NestableError
-
Prints the stack trace of this exception to the specified print writer.
- printStackTrace(PrintWriter) - Method in exception org.apache.commons.lang.exception.NestableException
-
Prints the stack trace of this exception to the specified print writer.
- printStackTrace(PrintWriter) - Method in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Prints the stack trace of this exception to the specified print writer.
- printStackTrace(PrintWriter) - Method in exception org.apache.commons.lang.NotImplementedException
-
Prints the stack trace of this exception to the specified writer.
- put(int, Object) - Method in class org.apache.commons.lang.IntHashMap
-
Maps the specified
key
to the specifiedvalue
in this hashtable.
Q
- QUOTE - Static variable in class org.apache.commons.lang.text.ExtendedMessageFormat
- QUOTE_MATCHER - Static variable in class org.apache.commons.lang.text.StrMatcher
-
Matches the single or double quote character.
- quoteMatcher - Variable in class org.apache.commons.lang.text.StrTokenizer
-
The quote matcher
- quoteMatcher() - Static method in class org.apache.commons.lang.text.StrMatcher
-
Returns a matcher which matches the single or double quote character.
R
- 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, using default source of randomness.
- random(int, int, int, boolean, boolean, char[], Random) - Static method in class org.apache.commons.lang.RandomStringUtils
-
Creates a random string based on a variety of options, using supplied source of randomness.
- random(int, String) - Static method in class org.apache.commons.lang.RandomStringUtils
-
Creates a random string whose length is the number of characters specified.
- RANDOM - Static variable in class org.apache.commons.lang.RandomStringUtils
-
Random object used by random method.
- 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 in org.apache.commons.lang
-
Operations for random
String
s. - RandomStringUtils() - Constructor for class org.apache.commons.lang.RandomStringUtils
-
RandomStringUtils
instances should NOT be constructed in standard programming. - RandomUtils - Class in org.apache.commons.lang.math
-
RandomUtils
is a wrapper that supports all possibleRandom
methods via theMath.random()
method and its system-wideRandom
object. - RandomUtils() - Constructor for class org.apache.commons.lang.math.RandomUtils
- range - Variable in class org.apache.commons.lang.CharRange.CharacterIterator
- Range - Class in org.apache.commons.lang.math
-
Range
represents a range of numbers of the same type. - Range() - Constructor for class org.apache.commons.lang.math.Range
-
Constructs a new range.
- RANGE_MONTH_MONDAY - Static variable in class org.apache.commons.lang.time.DateUtils
-
A month range, the week starting on Monday.
- RANGE_MONTH_SUNDAY - Static variable in class org.apache.commons.lang.time.DateUtils
-
A month range, the week starting on Sunday.
- RANGE_WEEK_CENTER - Static variable in class org.apache.commons.lang.time.DateUtils
-
A week range, centered around the day focused.
- RANGE_WEEK_MONDAY - Static variable in class org.apache.commons.lang.time.DateUtils
-
A week range, starting on Monday.
- RANGE_WEEK_RELATIVE - Static variable in class org.apache.commons.lang.time.DateUtils
-
A week range, starting on the day focused.
- RANGE_WEEK_SUNDAY - Static variable in class org.apache.commons.lang.time.DateUtils
-
A week range, starting on Sunday.
- read() - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderReader
- read(char[], int, int) - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderReader
- readArgumentIndex(String, ParsePosition) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Read the argument index from the current format element
- readDeclaredField(Object, String) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Read the named public field.
- readDeclaredField(Object, String, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Gets a Field value by name.
- readDeclaredStaticField(Class, String) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Gets a static Field value by name.
- readDeclaredStaticField(Class, String, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Gets a static Field value by name.
- readField(Object, String) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Read the named public field.
- readField(Object, String, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Read the named field.
- readField(Field, Object) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Read an accessible Field.
- readField(Field, Object, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Read a Field.
- readNextToken(char[], int, int, StrBuilder, List) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Reads character by character through the String to get the next token.
- readObject(ObjectInputStream) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Create the object after serialization.
- 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.MultiLineToStringStyle
-
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.ShortPrefixToStringStyle
-
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.enums.Enum
-
Handle the deserialization of the class to ensure that multiple copies are not wastefully created, or illegal enum types created.
- readResolve() - Method in class org.apache.commons.lang.ObjectUtils.Null
-
Ensure singleton.
- readStaticField(Class, String) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Read the named public static field.
- readStaticField(Class, String, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Read the named static field.
- readStaticField(Field) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Read an accessible static Field.
- readStaticField(Field, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Read a static Field.
- readWithQuotes(char[], int, int, StrBuilder, List, int, int) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Reads a possibly quoted string token.
- ready() - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderReader
- reduce() - Method in class org.apache.commons.lang.math.Fraction
-
Reduce the fraction to the smallest values for the numerator and denominator, returning the result.
- reflectionAppend(Object, Class, HashCodeBuilder, boolean, String[]) - Static method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Appends the fields and values defined by the given object of the given
Class
. - reflectionAppend(Object, Object, Class, CompareToBuilder, boolean, String[]) - Static method in class org.apache.commons.lang.builder.CompareToBuilder
-
Appends to
builder
the comparison oflhs
torhs
using the fields defined inclazz
. - reflectionAppend(Object, Object, Class, EqualsBuilder, boolean, String[]) - Static method in class org.apache.commons.lang.builder.EqualsBuilder
-
Appends the fields and values defined by the given object of the given Class.
- reflectionAppendArray(Object) - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Append to the
toString
anObject
array. - reflectionAppendArrayDetail(StringBuffer, String, Object) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Append to the
toString
the detail of an array type. - reflectionCompare(Object, Object) - Static method in class org.apache.commons.lang.builder.CompareToBuilder
-
Compares two
Object
s via reflection. - reflectionCompare(Object, Object, boolean) - Static method in class org.apache.commons.lang.builder.CompareToBuilder
-
Compares two
Object
s via reflection. - reflectionCompare(Object, Object, boolean, Class) - Static method in class org.apache.commons.lang.builder.CompareToBuilder
-
Compares two
Object
s via reflection. - reflectionCompare(Object, Object, boolean, Class, String[]) - Static method in class org.apache.commons.lang.builder.CompareToBuilder
-
Compares two
Object
s via reflection. - reflectionCompare(Object, Object, String[]) - Static method in class org.apache.commons.lang.builder.CompareToBuilder
-
Compares two
Object
s via reflection. - reflectionCompare(Object, Object, Collection) - Static method in class org.apache.commons.lang.builder.CompareToBuilder
-
Compares two
Object
s via reflection. - reflectionEquals(Object, Object) - Static method in class org.apache.commons.lang.builder.EqualsBuilder
-
This method uses reflection to determine if the two
Object
s 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
s are equal. - reflectionEquals(Object, Object, boolean, Class) - Static method in class org.apache.commons.lang.builder.EqualsBuilder
-
This method uses reflection to determine if the two
Object
s are equal. - reflectionEquals(Object, Object, boolean, Class, String[]) - Static method in class org.apache.commons.lang.builder.EqualsBuilder
-
This method uses reflection to determine if the two
Object
s are equal. - reflectionEquals(Object, Object, String[]) - Static method in class org.apache.commons.lang.builder.EqualsBuilder
-
This method uses reflection to determine if the two
Object
s are equal. - reflectionEquals(Object, Object, Collection) - Static method in class org.apache.commons.lang.builder.EqualsBuilder
-
This method uses reflection to determine if the two
Object
s 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(int, int, Object, boolean, Class) - Static method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Calls
HashCodeBuilder.reflectionHashCode(int, int, Object, boolean, Class, String[])
with excludeFields set tonull
. - reflectionHashCode(int, int, Object, boolean, Class, String[]) - 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.
- reflectionHashCode(Object, String[]) - Static method in class org.apache.commons.lang.builder.HashCodeBuilder
-
This method uses reflection to build a valid hash code.
- reflectionHashCode(Object, Collection) - 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
-
Uses
ReflectionToStringBuilder
to generate atoString
for the specified object. - reflectionToString(Object, ToStringStyle) - Static method in class org.apache.commons.lang.builder.ToStringBuilder
-
Uses
ReflectionToStringBuilder
to generate atoString
for the specified object. - reflectionToString(Object, ToStringStyle, boolean) - Static method in class org.apache.commons.lang.builder.ToStringBuilder
-
Uses
ReflectionToStringBuilder
to generate atoString
for the specified object. - reflectionToString(Object, ToStringStyle, boolean, Class) - Static method in class org.apache.commons.lang.builder.ToStringBuilder
-
Uses
ReflectionToStringBuilder
to generate atoString
for the specified object. - ReflectionToStringBuilder - Class in org.apache.commons.lang.builder
-
Assists in implementing
Object.toString()
methods using reflection. - ReflectionToStringBuilder(Object) - Constructor for class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Constructor.
- ReflectionToStringBuilder(Object, ToStringStyle) - Constructor for class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Constructor.
- ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer) - Constructor for class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Constructor.
- ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer, Class, boolean) - Constructor for class org.apache.commons.lang.builder.ReflectionToStringBuilder
- ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer, Class, boolean, boolean) - Constructor for class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Constructor.
- reformat(String) - Method in class org.apache.commons.lang.text.CompositeFormat
-
Utility method to parse and then reformat a String.
- reformatTimezone(String, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Reformat the timezone in a date string.
- register(Object) - Static method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Registers the given object.
- register(Object) - Static method in class org.apache.commons.lang.builder.ToStringStyle
-
Registers the given object.
- registry - Variable in class org.apache.commons.lang.text.ExtendedMessageFormat
- REGISTRY - Static variable in class org.apache.commons.lang.builder.HashCodeBuilder
-
A registry of objects used by reflection methods to detect cyclical object references and avoid infinite loops.
- REGISTRY - Static variable in class org.apache.commons.lang.builder.ToStringStyle
-
A registry of objects used by
reflectionToString
methods to detect cyclical object references and avoid infinite loops. - rehash() - Method in class org.apache.commons.lang.IntHashMap
-
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
- remove() - Method in class org.apache.commons.lang.CharRange.CharacterIterator
-
Always throws UnsupportedOperationException.
- remove() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Unsupported ListIterator operation.
- remove() - Method in class org.apache.commons.lang.time.DateUtils.DateIterator
-
Always throws UnsupportedOperationException.
- remove(boolean[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(byte[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(char[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(double[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(float[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(int) - Method in class org.apache.commons.lang.IntHashMap
-
Removes the key (and its corresponding value) from this hashtable.
- remove(int[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(long[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(short[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(Object[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(Object, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the element at the specified position from the specified array.
- remove(String, char) - Static method in class org.apache.commons.lang.StringUtils
-
Removes all occurrences of a character from within the source string.
- remove(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Removes all occurrences of a substring from within the source string.
- removeCauseMethodName(String) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Removes from the list of method names used in the search for
Throwable
objects. - removeCommonFrames(List, List) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Removes common frames from the cause trace given the two stack traces.
- removeElement(boolean[], boolean) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the first occurrence of the specified element from the specified array.
- removeElement(byte[], byte) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the first occurrence of the specified element from the specified array.
- removeElement(char[], char) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the first occurrence of the specified element from the specified array.
- removeElement(double[], double) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the first occurrence of the specified element from the specified array.
- removeElement(float[], float) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the first occurrence of the specified element from the specified array.
- removeElement(int[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the first occurrence of the specified element from the specified array.
- removeElement(long[], long) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the first occurrence of the specified element from the specified array.
- removeElement(short[], short) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the first occurrence of the specified element from the specified array.
- removeElement(Object[], Object) - Static method in class org.apache.commons.lang.ArrayUtils
-
Removes the first occurrence of the specified element from the specified array.
- removeEnd(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Removes a substring only if it is at the end of a source string, otherwise returns the source string.
- removeEndIgnoreCase(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Case insensitive removal of a substring if it is at the end of a source string, otherwise returns the source string.
- removeLastFieldSeparator(StringBuffer) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Remove the last field separator from the buffer.
- removeStart(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Removes a substring only if it is at the begining of a source string, otherwise returns the source string.
- removeStartIgnoreCase(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Case insensitive removal of a substring if it is at the begining of a source string, otherwise returns the source string.
- repeat(String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Repeat a String
repeat
times to form a new String. - repeat(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Repeat a String
repeat
times to form a new String, with a String separator injected each time. - replace(char[]) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values from the resolver using the given source array as a template.
- replace(char[], int, int) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values from the resolver using the given source array as a template.
- replace(int, int, String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Replaces a portion of the string builder with another string.
- replace(Object) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with their matching values from the resolver.
- replace(Object, Map) - Static method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with their matching values from the map.
- replace(Object, Map, String, String) - Static method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with their matching values from the map.
- replace(Object, Properties) - Static method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with their matching values from the properties.
- replace(String) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values from the resolver using the given source string as a template.
- replace(StringBuffer) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values from the resolver using the given source buffer as a template.
- replace(StringBuffer, int, int) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values from the resolver using the given source buffer as a template.
- replace(String, int, int) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values from the resolver using the given source string as a template.
- replace(String, String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Replaces all occurrences of a String within another String.
- replace(String, String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Replaces a String with another String inside a larger String, for the first
max
values of the search String. - replace(StrBuilder) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values from the resolver using the given source builder as a template.
- replace(StrBuilder, int, int) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables with their matching values from the resolver using the given source builder as a template.
- replace(StrMatcher, String, int, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Advanced search and replaces within the builder using a matcher.
- replaceAll(char, char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Replaces the search character with the replace character throughout the builder.
- replaceAll(String, String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Replaces the search string with the replace string throughout the builder.
- replaceAll(StrMatcher, String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Replaces all matches within the builder with the replace string.
- replaceChars(String, char, char) - Static method in class org.apache.commons.lang.StringUtils
-
Replaces all occurrences of a character in a String with another.
- replaceChars(String, String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Replaces multiple characters in a String in one go.
- replaceEach(String, String[], String[]) - Static method in class org.apache.commons.lang.StringUtils
-
Replaces all occurrences of Strings within another String.
- replaceEach(String, String[], String[], boolean, int) - Static method in class org.apache.commons.lang.StringUtils
-
Replaces all occurrences of Strings within another String.
- replaceEachRepeatedly(String, String[], String[]) - Static method in class org.apache.commons.lang.StringUtils
-
Replaces all occurrences of Strings within another String.
- replaceFirst(char, char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Replaces the first instance of the search character with the replace character in the builder.
- replaceFirst(String, String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Replaces the first instance of the search string with the replace string.
- replaceFirst(StrMatcher, String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Replaces the first match within the builder with the replace string.
- replaceImpl(int, int, int, String, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Internal method to delete a range without validation.
- replaceImpl(StrMatcher, String, int, int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Replaces within the builder using a matcher.
- replaceIn(StringBuffer) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables within the given source buffer with their matching values from the resolver.
- replaceIn(StringBuffer, int, int) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables within the given source buffer with their matching values from the resolver.
- replaceIn(StrBuilder) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables within the given source builder with their matching values from the resolver.
- replaceIn(StrBuilder, int, int) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables within the given source builder with their matching values from the resolver.
- replaceOnce(String, String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Replaces a String with another String inside a larger String, once.
- replaceSystemProperties(Object) - Static method in class org.apache.commons.lang.text.StrSubstitutor
-
Replaces all the occurrences of variables in the given source object with their matching values from the system properties.
- reset() - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Reset the EqualsBuilder so you can use the same object again
- reset() - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderReader
- reset() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Resets this tokenizer, forgetting all parsing and iteration already completed.
- reset() - Method in class org.apache.commons.lang.time.StopWatch
-
Resets the stopwatch.
- reset(char[]) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Reset this tokenizer, giving it a new input string to parse.
- reset(String) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Reset this tokenizer, giving it a new input string to parse.
- resolveVariable(String, StrBuilder, int, int) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Internal method that resolves the value of a variable.
- resume() - Method in class org.apache.commons.lang.time.StopWatch
-
Resume the stopwatch after a suspend.
- reverse() - Method in class org.apache.commons.lang.text.StrBuilder
-
Reverses the string builder placing each character in the opposite index.
- reverse(boolean[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Reverses the order of the given array.
- reverse(byte[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Reverses the order of the given array.
- reverse(char[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Reverses the order of the given array.
- reverse(double[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Reverses the order of the given array.
- reverse(float[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Reverses the order of the given array.
- reverse(int[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Reverses the order of the given array.
- reverse(long[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Reverses the order of the given array.
- reverse(short[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Reverses the order of the given array.
- reverse(Object[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Reverses the order of the given array.
- reverse(String) - Static method in class org.apache.commons.lang.StringUtils
-
Reverses a String as per
StrBuilder.reverse()
. - reverseAbbreviationMap - Static variable in class org.apache.commons.lang.ClassUtils
-
Maps an abbreviation used in array class names to corresponding primitive class name.
- reverseDelimited(String, char) - Static method in class org.apache.commons.lang.StringUtils
-
Reverses a String that is delimited by a specific character.
- reverseDelimitedString(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Deprecated.Use
StringUtils.reverseDelimited(String, char)
instead. This method is broken as the join doesn't know which char to use. Method will be removed in Commons Lang 3.0. - right(String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Gets the rightmost
len
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, char) - Static method in class org.apache.commons.lang.StringUtils
-
Right pad a String with a specified character.
- rightPad(String, int, String) - Static method in class org.apache.commons.lang.StringUtils
-
Right pad a String with a specified String.
- rightString(int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Extracts the rightmost characters from the string builder without throwing an exception.
- round(Object, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Round this date, leaving the field specified as the most significant field.
- round(Calendar, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Round this date, leaving the field specified as the most significant field.
- round(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Round this date, leaving the field specified as the most significant field.
- runningState - Variable in class org.apache.commons.lang.time.StopWatch
-
The current running state of the StopWatch.
S
- s - Static variable in class org.apache.commons.lang.time.DurationFormatUtils
- S - Static variable in class org.apache.commons.lang.time.DurationFormatUtils
- safeArrayToString(Object[]) - Static method in exception org.apache.commons.lang.IncompleteArgumentException
-
Converts an array to a string without throwing an exception.
- safeGetClassName(Class) - Static method in exception org.apache.commons.lang.IllegalClassException
-
Returns the class name or
null
if the class isnull
. - seekNonWs(String, ParsePosition) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Consume whitespace from the current parse position.
- selectNumberRule(int, int) - Method in class org.apache.commons.lang.time.FastDateFormat
-
Gets an appropriate rule for the padding required.
- SEMI_MONTH - Static variable in class org.apache.commons.lang.time.DateUtils
-
This is half a month, so this represents whether a date is in the top or bottom half of the month.
- SerializationException - Exception in org.apache.commons.lang
-
Exception thrown when the Serialization process fails.
- SerializationException() - Constructor for exception org.apache.commons.lang.SerializationException
-
Constructs a new
SerializationException
without specified detail message. - SerializationException(String) - Constructor for exception org.apache.commons.lang.SerializationException
-
Constructs a new
SerializationException
with specified detail message. - SerializationException(String, Throwable) - Constructor for exception org.apache.commons.lang.SerializationException
-
Constructs a new
SerializationException
with specified detail message and nestedThrowable
. - SerializationException(Throwable) - Constructor for exception org.apache.commons.lang.SerializationException
-
Constructs a new
SerializationException
with specified nestedThrowable
. - SerializationUtils - Class in org.apache.commons.lang
-
Assists with the serialization process and performs additional functionality based on serialization.
- SerializationUtils() - Constructor for class org.apache.commons.lang.SerializationUtils
-
SerializationUtils instances should NOT be constructed in standard programming.
- 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. - serialVersionUID - Static variable in class org.apache.commons.lang.builder.StandardToStringStyle
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.builder.ToStringStyle.DefaultToStringStyle
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.builder.ToStringStyle.MultiLineToStringStyle
- serialVersionUID - Static variable in class org.apache.commons.lang.builder.ToStringStyle.NoFieldNameToStringStyle
- serialVersionUID - Static variable in class org.apache.commons.lang.builder.ToStringStyle.ShortPrefixToStringStyle
- serialVersionUID - Static variable in class org.apache.commons.lang.builder.ToStringStyle.SimpleToStringStyle
- serialVersionUID - Static variable in class org.apache.commons.lang.CharRange
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.CharSet
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.enums.Enum
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.enums.ValuedEnum
-
Required for serialization support.
- serialVersionUID - Static variable in exception org.apache.commons.lang.exception.CloneFailedException
- serialVersionUID - Static variable in class org.apache.commons.lang.exception.NestableDelegate
-
Required for serialization support.
- serialVersionUID - Static variable in error org.apache.commons.lang.exception.NestableError
-
Required for serialization support.
- serialVersionUID - Static variable in exception org.apache.commons.lang.exception.NestableException
-
Required for serialization support.
- serialVersionUID - Static variable in exception org.apache.commons.lang.exception.NestableRuntimeException
-
Required for serialization support.
- serialVersionUID - Static variable in exception org.apache.commons.lang.IllegalClassException
-
Required for serialization support.
- serialVersionUID - Static variable in exception org.apache.commons.lang.IncompleteArgumentException
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.math.DoubleRange
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.math.FloatRange
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.math.Fraction
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.math.IntRange
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.math.JVMRandom
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.math.LongRange
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.math.NumberRange
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.mutable.MutableBoolean
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.mutable.MutableByte
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.mutable.MutableDouble
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.mutable.MutableFloat
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.mutable.MutableInt
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.mutable.MutableLong
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.mutable.MutableObject
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.mutable.MutableShort
-
Required for serialization support.
- serialVersionUID - Static variable in exception org.apache.commons.lang.NotImplementedException
-
Required for serialization support.
- serialVersionUID - Static variable in exception org.apache.commons.lang.NullArgumentException
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.ObjectUtils.Null
-
Required for serialization support.
- serialVersionUID - Static variable in exception org.apache.commons.lang.SerializationException
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.text.CompositeFormat
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.text.ExtendedMessageFormat
- serialVersionUID - Static variable in class org.apache.commons.lang.text.StrBuilder
-
Required for serialization support.
- serialVersionUID - Static variable in class org.apache.commons.lang.time.FastDateFormat
-
Required for serialization support.
- serialVersionUID - Static variable in exception org.apache.commons.lang.UnhandledException
-
Required for serialization support.
- set - Variable in class org.apache.commons.lang.CharSet
-
The set of CharRange objects.
- set(int) - Method in class org.apache.commons.lang.BitField
-
Sets the bits.
- set(Object) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Unsupported ListIterator operation.
- set(Date, int, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Sets the specified field to a date returning a new object.
- setAccessibleWorkaround(AccessibleObject) - Static method in class org.apache.commons.lang.reflect.MemberUtils
-
XXX Default access superclass workaround When a public class has a default access superclass with public members, these members are accessible.
- setAppendStatics(boolean) - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Sets whether or not to append static fields.
- setAppendTransients(boolean) - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Sets whether or not to append transient fields.
- setArrayContentDetail(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets whether to output array content detail.
- setArrayContentDetail(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets whether to output array content detail.
- setArrayEnd(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets the array end text.
- setArrayEnd(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets the array end text.
- setArraySeparator(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets the array separator text.
- setArraySeparator(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets the array separator text.
- setArrayStart(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets the array start text.
- setArrayStart(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets the array start text.
- setBoolean(int, boolean) - Method in class org.apache.commons.lang.BitField
-
Sets a boolean BitField.
- setByte(byte) - Method in class org.apache.commons.lang.BitField
-
Sets the bits.
- setByteBoolean(byte, boolean) - Method in class org.apache.commons.lang.BitField
-
Sets a boolean BitField.
- setCause(Throwable, Throwable) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Sets the cause of a
Throwable
using introspection, allowing source code compatibility between pre-1.4 and post-1.4 Java releases. - setCharAt(int, char) - Method in class org.apache.commons.lang.text.StrBuilder
-
Sets the character at the specified index.
- setContentEnd(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets the content end text.
- setContentEnd(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets the content end text.
- setContentStart(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets the content start text.
- setContentStart(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets the content start text.
- setDays(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Sets the day of month field to a date returning a new object.
- setDefaultFullDetail(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets whether to use full detail when the caller doesn't specify.
- setDefaultFullDetail(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
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
ToStringStyle
to use. - setDelimiterChar(char) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Sets the field delimiter character.
- setDelimiterMatcher(StrMatcher) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Sets the field delimiter matcher.
- setDelimiterString(String) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Sets the field delimiter string.
- setEmptyTokenAsNull(boolean) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Sets whether the tokenizer should return empty tokens as null.
- setEnableSubstitutionInVariables(boolean) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Sets a flag whether substitution is done in variable names.
- setEquals(boolean) - Method in class org.apache.commons.lang.builder.EqualsBuilder
-
Sets the
isEquals
value. - setEscapeChar(char) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Sets the escape character.
- setExcludeFieldNames(String[]) - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Sets the field names to exclude.
- setFieldNameValueSeparator(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets the field name value separator text.
- setFieldNameValueSeparator(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets the field name value separator text.
- setFieldSeparator(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets the field separator text.
- setFieldSeparator(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets the field separator text.
- setFieldSeparatorAtEnd(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets whether the field separator should be added at the end of each buffer.
- setFieldSeparatorAtEnd(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets whether the field separator should be added at the end of each buffer.
- setFieldSeparatorAtStart(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets whether the field separator should be added at the start of each buffer.
- setFieldSeparatorAtStart(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets whether the field separator should be added at the start of each buffer.
- setFormat(int, Format) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Throws UnsupportedOperationException - see class Javadoc for details.
- setFormatByArgumentIndex(int, Format) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Throws UnsupportedOperationException - see class Javadoc for details.
- setFormats(Format[]) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Throws UnsupportedOperationException - see class Javadoc for details.
- setFormatsByArgumentIndex(Format[]) - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
-
Throws UnsupportedOperationException - see class Javadoc for details.
- setHours(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Sets the hours field to a date returning a new object.
- setIgnoredChar(char) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Set the character to ignore.
- setIgnoredMatcher(StrMatcher) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Set the matcher for characters to ignore.
- setIgnoreEmptyTokens(boolean) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Sets whether the tokenizer should ignore and not return empty tokens.
- setLength(int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Updates the length of the builder by either dropping the last characters or adding filler of unicode zero.
- setMilliseconds(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Sets the miliseconds field to a date returning a new object.
- setMinutes(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Sets the minute field to a date returning a new object.
- setMonths(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Sets the months field to a date returning a new object.
- setNewLineText(String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Sets the text to be appended when a new line is added.
- setNullText(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets the text to output when
null
found. - 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.text.StrBuilder
-
Sets the text to be appended when null is added.
- setQuoteChar(char) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Sets the quote character to use.
- setQuoteMatcher(StrMatcher) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Set the quote matcher to use.
- setSeconds(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Sets the seconds field to a date returning a new object.
- setSeed(long) - Method in class org.apache.commons.lang.math.JVMRandom
-
Unsupported in 2.0.
- setShort(short) - Method in class org.apache.commons.lang.BitField
-
Sets the bits.
- setShortBoolean(short, boolean) - Method in class org.apache.commons.lang.BitField
-
Sets a boolean BitField.
- setShortClassName(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Deprecated.Use
StandardToStringStyle.setUseShortClassName(boolean)
Method will be removed in Commons Lang 3.0. - setShortClassName(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Deprecated.Use
ToStringStyle.setUseShortClassName(boolean)
Method will be removed in Commons Lang 3.0. - setShortValue(short, short) - Method in class org.apache.commons.lang.BitField
-
Replaces the bits with new values.
- setSizeEndText(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets the end text to output when a
Collection
,Map
orArray
size is output. - setSizeEndText(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets the end 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 start text to output when a
Collection
,Map
orArray
size is output. - setSizeStartText(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets the start text to output when a
Collection
,Map
or array size is output. - setSummaryObjectEndText(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets the end text to output when an
Object
is output in summary mode. - setSummaryObjectEndText(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets the end text to output when an
Object
is output in summary mode. - setSummaryObjectStartText(String) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets the start text to output when an
Object
is output in summary mode. - setSummaryObjectStartText(String) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets the start text to output when an
Object
is output in summary mode. - setTrimmerMatcher(StrMatcher) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Sets the matcher for characters to trim.
- setUpToClass(Class) - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Sets the last super class to stop appending fields for.
- setUseClassName(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets whether to use the class name.
- setUseClassName(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets whether to use the class name.
- setUseFieldNames(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets whether to use the field names passed in.
- setUseFieldNames(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets whether to use the field names passed in.
- setUseIdentityHashCode(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets whether to use the identity hash code.
- setUseIdentityHashCode(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets whether to use the identity hash code.
- setUseShortClassName(boolean) - Method in class org.apache.commons.lang.builder.StandardToStringStyle
-
Sets whether to output short or long class names.
- setUseShortClassName(boolean) - Method in class org.apache.commons.lang.builder.ToStringStyle
-
Sets whether to output short or long class names.
- setValue(boolean) - Method in class org.apache.commons.lang.mutable.MutableBoolean
-
Sets the value.
- setValue(byte) - Method in class org.apache.commons.lang.mutable.MutableByte
-
Sets the value.
- setValue(double) - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Sets the value.
- setValue(float) - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Sets the value.
- setValue(int) - Method in class org.apache.commons.lang.mutable.MutableInt
-
Sets the value.
- setValue(int, int) - Method in class org.apache.commons.lang.BitField
-
Replaces the bits with new values.
- setValue(long) - Method in class org.apache.commons.lang.mutable.MutableLong
-
Sets the value.
- setValue(short) - Method in class org.apache.commons.lang.mutable.MutableShort
-
Sets the value.
- setValue(Object) - Method in interface org.apache.commons.lang.mutable.Mutable
-
Sets the value of this mutable.
- setValue(Object) - Method in class org.apache.commons.lang.mutable.MutableBoolean
-
Sets the value from any Boolean instance.
- setValue(Object) - Method in class org.apache.commons.lang.mutable.MutableByte
-
Sets the value from any Number instance.
- setValue(Object) - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Sets the value from any Number instance.
- setValue(Object) - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Sets the value from any Number instance.
- setValue(Object) - Method in class org.apache.commons.lang.mutable.MutableInt
-
Sets the value from any Number instance.
- setValue(Object) - Method in class org.apache.commons.lang.mutable.MutableLong
-
Sets the value from any Number instance.
- setValue(Object) - Method in class org.apache.commons.lang.mutable.MutableObject
-
Sets the value.
- setValue(Object) - Method in class org.apache.commons.lang.mutable.MutableShort
-
Sets the value from any Number instance.
- setVariablePrefix(char) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Sets the variable prefix to use.
- setVariablePrefix(String) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Sets the variable prefix to use.
- setVariablePrefixMatcher(StrMatcher) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Sets the variable prefix matcher currently in use.
- setVariableResolver(StrLookup) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Sets the VariableResolver that is used to lookup variables.
- setVariableSuffix(char) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Sets the variable suffix to use.
- setVariableSuffix(String) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Sets the variable suffix to use.
- setVariableSuffixMatcher(StrMatcher) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Sets the variable suffix matcher currently in use.
- setYears(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Sets the years field to a date returning a new object.
- SHARED_RANDOM - Static variable in class org.apache.commons.lang.math.JVMRandom
- SHORT - Static variable in class org.apache.commons.lang.time.FastDateFormat
-
SHORT locale dependent date or time style.
- SHORT_MINUS_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Short constant for minus one.
- SHORT_ONE - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Short constant for one.
- SHORT_PREFIX_STYLE - Static variable in class org.apache.commons.lang.builder.ToStringStyle
-
The short prefix toString style.
- SHORT_ZERO - Static variable in class org.apache.commons.lang.math.NumberUtils
-
Reusable Short constant for zero.
- ShortPrefixToStringStyle() - Constructor for class org.apache.commons.lang.builder.ToStringStyle.ShortPrefixToStringStyle
-
Constructor.
- shortValue() - Method in class org.apache.commons.lang.mutable.MutableShort
-
Returns the value of this MutableShort as a short.
- SIMPLE_STYLE - Static variable in class org.apache.commons.lang.builder.ToStringStyle
-
The simple toString style.
- SimpleToStringStyle() - Constructor for class org.apache.commons.lang.builder.ToStringStyle.SimpleToStringStyle
-
Constructor.
- SINGLE_QUOTE_MATCHER - Static variable in class org.apache.commons.lang.text.StrMatcher
-
Matches the double quote character.
- singleQuoteMatcher() - Static method in class org.apache.commons.lang.text.StrMatcher
-
Returns a matcher which matches the single quote character.
- size - Variable in class org.apache.commons.lang.Entities.ArrayEntityMap
- size - Variable in class org.apache.commons.lang.text.StrBuilder
-
Current size of the buffer.
- size() - Method in class org.apache.commons.lang.IntHashMap
-
Returns the number of keys in this hashtable.
- size() - Method in class org.apache.commons.lang.text.StrBuilder
-
Gets the length of the string builder.
- size() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the number of tokens found in the String.
- 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
'
. - skip(long) - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderReader
- SMTP_DATETIME_FORMAT - Static variable in class org.apache.commons.lang.time.DateFormatUtils
-
SMTP (and probably other) date headers.
- SPACE_MATCHER - Static variable in class org.apache.commons.lang.text.StrMatcher
-
Matches the space character.
- spaceMatcher() - Static method in class org.apache.commons.lang.text.StrMatcher
-
Returns a matcher which matches the space character.
- split() - Method in class org.apache.commons.lang.time.StopWatch
-
Split the time.
- split(String) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array, using whitespace as the separator.
- split(String, char) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array, separator specified.
- split(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array, separators specified.
- split(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array with a maximum length, separators specified.
- SPLIT_MATCHER - Static variable in class org.apache.commons.lang.text.StrMatcher
-
Matches the same characters as StringTokenizer, namely space, tab, newline, formfeed.
- splitByCharacterType(String) - Static method in class org.apache.commons.lang.StringUtils
-
Splits a String by Character type as returned by
java.lang.Character.getType(char)
. - splitByCharacterType(String, boolean) - Static method in class org.apache.commons.lang.StringUtils
-
Splits a String by Character type as returned by
java.lang.Character.getType(char)
. - splitByCharacterTypeCamelCase(String) - Static method in class org.apache.commons.lang.StringUtils
-
Splits a String by Character type as returned by
java.lang.Character.getType(char)
. - splitByWholeSeparator(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparator(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorWorker(String, String, int, boolean) - Static method in class org.apache.commons.lang.StringUtils
-
Performs the logic for the
splitByWholeSeparatorPreserveAllTokens
methods. - splitMatcher() - Static method in class org.apache.commons.lang.text.StrMatcher
-
Matches the same characters as StringTokenizer, namely space, tab, newline and formfeed.
- splitPreserveAllTokens(String) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array, using whitespace as the separator, preserving all tokens, including empty tokens created by adjacent separators.
- splitPreserveAllTokens(String, char) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array, separator specified, preserving all tokens, including empty tokens created by adjacent separators.
- splitPreserveAllTokens(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array, separators specified, preserving all tokens, including empty tokens created by adjacent separators.
- splitPreserveAllTokens(String, String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Splits the provided text into an array with a maximum length, separators specified, preserving all tokens, including empty tokens created by adjacent separators.
- splitState - Variable in class org.apache.commons.lang.time.StopWatch
-
Whether the stopwatch has a split time recorded.
- splitWorker(String, char, boolean) - Static method in class org.apache.commons.lang.StringUtils
-
Performs the logic for the
split
andsplitPreserveAllTokens
methods that do not return a maximum array length. - splitWorker(String, String, int, boolean) - Static method in class org.apache.commons.lang.StringUtils
-
Performs the logic for the
split
andsplitPreserveAllTokens
methods that return a maximum array length. - spot - Variable in class org.apache.commons.lang.time.DateUtils.DateIterator
- squeeze(String, String) - Static method in class org.apache.commons.lang.CharSetUtils
-
Squeezes any repetitions of a character that is mentioned in the supplied set.
- squeeze(String, String[]) - Static method in class org.apache.commons.lang.CharSetUtils
-
Squeezes any repetitions of a character that is mentioned in the supplied set.
- StandardToStringStyle - Class in org.apache.commons.lang.builder
-
Works with
ToStringBuilder
to create atoString
. - StandardToStringStyle() - Constructor for class org.apache.commons.lang.builder.StandardToStringStyle
-
Constructor.
- start - Variable in class org.apache.commons.lang.CharRange
-
The first character, inclusive, in the range.
- start() - Method in class org.apache.commons.lang.time.StopWatch
-
Start the stopwatch.
- START_FE - Static variable in class org.apache.commons.lang.text.ExtendedMessageFormat
- START_FMT - Static variable in class org.apache.commons.lang.text.ExtendedMessageFormat
- startsWith(String) - Method in class org.apache.commons.lang.text.StrBuilder
-
Checks whether this builder starts with the specified string.
- startsWith(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Check if a String starts with a specified prefix.
- startsWith(String, String, boolean) - Static method in class org.apache.commons.lang.StringUtils
-
Check if a String starts with a specified prefix (optionally case insensitive).
- startsWithAny(String, String[]) - Static method in class org.apache.commons.lang.StringUtils
-
Check if a String starts with any of an array of specified strings.
- startsWithIgnoreCase(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Case insensitive check if a String starts with a specified prefix.
- startTime - Variable in class org.apache.commons.lang.time.StopWatch
-
The start time.
- STATE_RUNNING - Static variable in class org.apache.commons.lang.time.StopWatch
- STATE_SPLIT - Static variable in class org.apache.commons.lang.time.StopWatch
- STATE_STOPPED - Static variable in class org.apache.commons.lang.time.StopWatch
- STATE_SUSPENDED - Static variable in class org.apache.commons.lang.time.StopWatch
- STATE_UNSPLIT - Static variable in class org.apache.commons.lang.time.StopWatch
- STATE_UNSTARTED - Static variable in class org.apache.commons.lang.time.StopWatch
- stop() - Method in class org.apache.commons.lang.time.StopWatch
-
Stop the stopwatch.
- stopTime - Variable in class org.apache.commons.lang.time.StopWatch
-
The stop time.
- StopWatch - Class in org.apache.commons.lang.time
-
StopWatch
provides a convenient API for timings. - StopWatch() - Constructor for class org.apache.commons.lang.time.StopWatch
-
Constructor.
- StrBuilder - Class in org.apache.commons.lang.text
-
Builds a string from constituent parts providing a more flexible and powerful API than StringBuffer.
- StrBuilder() - Constructor for class org.apache.commons.lang.text.StrBuilder
-
Constructor that creates an empty builder initial capacity 32 characters.
- StrBuilder(int) - Constructor for class org.apache.commons.lang.text.StrBuilder
-
Constructor that creates an empty builder the specified initial capacity.
- StrBuilder(String) - Constructor for class org.apache.commons.lang.text.StrBuilder
-
Constructor that creates a builder from the string, allocating 32 extra characters for growth.
- StrBuilder.StrBuilderReader - Class in org.apache.commons.lang.text
-
Inner class to allow StrBuilder to operate as a writer.
- StrBuilder.StrBuilderTokenizer - Class in org.apache.commons.lang.text
-
Inner class to allow StrBuilder to operate as a tokenizer.
- StrBuilder.StrBuilderWriter - Class in org.apache.commons.lang.text
-
Inner class to allow StrBuilder to operate as a writer.
- StrBuilderReader() - Constructor for class org.apache.commons.lang.text.StrBuilder.StrBuilderReader
-
Default constructor.
- StrBuilderTokenizer() - Constructor for class org.apache.commons.lang.text.StrBuilder.StrBuilderTokenizer
-
Default constructor.
- StrBuilderWriter() - Constructor for class org.apache.commons.lang.text.StrBuilder.StrBuilderWriter
-
Default constructor.
- StringEscapeUtils - Class in org.apache.commons.lang
-
Escapes and unescapes
String
s for Java, Java Script, HTML, XML, and SQL. - StringEscapeUtils() - Constructor for class org.apache.commons.lang.StringEscapeUtils
-
StringEscapeUtils
instances should NOT be constructed in standard programming. - StringLiteral(String) - Constructor for class org.apache.commons.lang.time.FastDateFormat.StringLiteral
-
Constructs a new instance of
StringLiteral
to hold the specified value. - stringMatcher(String) - Static method in class org.apache.commons.lang.text.StrMatcher
-
Constructor that creates a matcher from a string.
- StringMatcher(String) - Constructor for class org.apache.commons.lang.text.StrMatcher.StringMatcher
-
Constructor that creates a matcher from a String.
- stringToInt(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Deprecated.Use
NumberUtils.toInt(String)
This method will be removed in Commons Lang 3.0 - stringToInt(String) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Convert a
String
to anint
, returningzero
if the conversion fails. - stringToInt(String, int) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Deprecated.Use
NumberUtils.toInt(String, int)
This method will be removed in Commons Lang 3.0 - stringToInt(String, int) - Static method in class org.apache.commons.lang.NumberUtils
-
Deprecated.Convert a
String
to anint
, returning a default value if the conversion fails. - StringUtils - Class in org.apache.commons.lang
-
Operations on
String
that arenull
safe. - 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
-
Strips whitespace from the start and end of a String.
- strip(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Strips any of a set of characters from the start and end of a String.
- stripAll(String[]) - Static method in class org.apache.commons.lang.StringUtils
-
Strips whitespace from the start and end of every String in an array.
- stripAll(String[], String) - Static method in class org.apache.commons.lang.StringUtils
-
Strips any of a set of characters from the start and end of every String in an array.
- stripEnd(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Strips any of a set of characters from the end of a String.
- stripStart(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Strips any of a set of characters from the start of a String.
- stripToEmpty(String) - Static method in class org.apache.commons.lang.StringUtils
-
Strips whitespace from the start and end of a String returning an empty String if
null
input. - stripToNull(String) - Static method in class org.apache.commons.lang.StringUtils
-
Strips whitespace from the start and end of a String returning
null
if the String is empty ("") after the strip. - StrLookup - Class in org.apache.commons.lang.text
-
Lookup a String key to a String value.
- StrLookup() - Constructor for class org.apache.commons.lang.text.StrLookup
-
Constructor.
- StrLookup.MapStrLookup - Class in org.apache.commons.lang.text
-
Lookup implementation that uses a Map.
- StrMatcher - Class in org.apache.commons.lang.text
-
A matcher class that can be queried to determine if a character array portion matches.
- StrMatcher() - Constructor for class org.apache.commons.lang.text.StrMatcher
-
Constructor.
- StrMatcher.CharMatcher - Class in org.apache.commons.lang.text
-
Class used to define a character for matching purposes.
- StrMatcher.CharSetMatcher - Class in org.apache.commons.lang.text
-
Class used to define a set of characters for matching purposes.
- StrMatcher.NoMatcher - Class in org.apache.commons.lang.text
-
Class used to match no characters.
- StrMatcher.StringMatcher - Class in org.apache.commons.lang.text
-
Class used to define a set of characters for matching purposes.
- StrMatcher.TrimMatcher - Class in org.apache.commons.lang.text
-
Class used to match whitespace as per trim().
- StrSubstitutor - Class in org.apache.commons.lang.text
-
Substitutes variables within a string by values.
- StrSubstitutor() - Constructor for class org.apache.commons.lang.text.StrSubstitutor
-
Creates a new instance with defaults for variable prefix and suffix and the escaping character.
- StrSubstitutor(Map) - Constructor for class org.apache.commons.lang.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(Map, String, String) - Constructor for class org.apache.commons.lang.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(Map, String, String, char) - Constructor for class org.apache.commons.lang.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup) - Constructor for class org.apache.commons.lang.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup, String, String, char) - Constructor for class org.apache.commons.lang.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrSubstitutor(StrLookup, StrMatcher, StrMatcher, char) - Constructor for class org.apache.commons.lang.text.StrSubstitutor
-
Creates a new instance and initializes it.
- StrTokenizer - Class in org.apache.commons.lang.text
-
Tokenizes a string based based on delimiters (separators) and supporting quoting and ignored character concepts.
- StrTokenizer() - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting on space, tab, newline and formfeed as per StringTokenizer, but with no text to tokenize.
- StrTokenizer(char[]) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting on space, tab, newline and formfeed as per StringTokenizer.
- StrTokenizer(char[], char) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified character.
- StrTokenizer(char[], char, char) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified delimiter character and handling quotes using the specified quote character.
- StrTokenizer(char[], String) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified string.
- StrTokenizer(char[], StrMatcher) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting using the specified delimiter matcher.
- StrTokenizer(char[], StrMatcher, StrMatcher) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting using the specified delimiter matcher and handling quotes using the specified quote matcher.
- StrTokenizer(String) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting on space, tab, newline and formfeed as per StringTokenizer.
- StrTokenizer(String, char) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified delimiter character.
- StrTokenizer(String, char, char) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified delimiter character and handling quotes using the specified quote character.
- StrTokenizer(String, String) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting on the specified delimiter string.
- StrTokenizer(String, StrMatcher) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting using the specified delimiter matcher.
- StrTokenizer(String, StrMatcher, StrMatcher) - Constructor for class org.apache.commons.lang.text.StrTokenizer
-
Constructs a tokenizer splitting using the specified delimiter matcher and handling quotes using the specified quote matcher.
- style - Variable in class org.apache.commons.lang.builder.ToStringBuilder
-
The style of output to use, not null.
- subAndCheck(int, int) - Static method in class org.apache.commons.lang.math.Fraction
-
Subtract two integers, checking for overflow.
- subarray(boolean[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Produces a new
boolean
array containing the elements between the start and end indices. - subarray(byte[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Produces a new
byte
array containing the elements between the start and end indices. - subarray(char[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Produces a new
char
array containing the elements between the start and end indices. - subarray(double[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Produces a new
double
array containing the elements between the start and end indices. - subarray(float[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Produces a new
float
array containing the elements between the start and end indices. - subarray(int[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Produces a new
int
array containing the elements between the start and end indices. - subarray(long[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Produces a new
long
array containing the elements between the start and end indices. - subarray(short[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Produces a new
short
array containing the elements between the start and end indices. - subarray(Object[], int, int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Produces a new array containing the elements between the start and end indices.
- substitute(StrBuilder, int, int) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Internal method that substitutes the variables.
- substitute(StrBuilder, int, int, List) - Method in class org.apache.commons.lang.text.StrSubstitutor
-
Recursive handler for multiple levels of interpolation.
- substring(int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Extracts a portion of this string builder as a string.
- substring(int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Extracts a portion of this string builder as a string.
- substring(String, int) - Static method in class org.apache.commons.lang.StringUtils
-
Gets a substring from the specified String avoiding exceptions.
- substring(String, int, int) - Static method in class org.apache.commons.lang.StringUtils
-
Gets a substring from the specified String avoiding exceptions.
- substringAfter(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Gets the substring after the first occurrence of a separator.
- substringAfterLast(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Gets the substring after the last occurrence of a separator.
- substringBefore(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Gets the substring before the first occurrence of a separator.
- substringBeforeLast(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Gets the substring before the last occurrence of a separator.
- substringBetween(String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Gets the String that is nested in between two instances of the same String.
- substringBetween(String, String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Gets the String that is nested in between two Strings.
- substringsBetween(String, String, String) - Static method in class org.apache.commons.lang.StringUtils
-
Searches a String for substrings delimited by a start and end tag, returning all matching substrings in an array.
- subtract(byte) - Method in class org.apache.commons.lang.mutable.MutableByte
-
Subtracts a value from the value of this instance.
- subtract(double) - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Subtracts a value from the value of this instance.
- subtract(float) - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Subtracts a value from the value of this instance.
- subtract(int) - Method in class org.apache.commons.lang.mutable.MutableInt
-
Subtracts a value from the value of this instance.
- subtract(long) - Method in class org.apache.commons.lang.mutable.MutableLong
-
Subtracts a value from the value of this instance.
- subtract(short) - Method in class org.apache.commons.lang.mutable.MutableShort
-
Subtracts a value from the value of this instance.
- subtract(Number) - Method in class org.apache.commons.lang.mutable.MutableByte
-
Subtracts a value from the value of this instance.
- subtract(Number) - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Subtracts a value from the value of this instance.
- subtract(Number) - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Subtracts a value from the value of this instance.
- subtract(Number) - Method in class org.apache.commons.lang.mutable.MutableInt
-
Subtracts a value from the value of this instance.
- subtract(Number) - Method in class org.apache.commons.lang.mutable.MutableLong
-
Subtracts a value from the value of this instance.
- subtract(Number) - Method in class org.apache.commons.lang.mutable.MutableShort
-
Subtracts a value from the value of this instance.
- subtract(Fraction) - Method in class org.apache.commons.lang.math.Fraction
-
Subtracts the value of another fraction from the value of this one, returning the result in reduced form.
- suffixMatcher - Variable in class org.apache.commons.lang.text.StrSubstitutor
-
Stores the variable suffix.
- 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
'<'
. - suspend() - Method in class org.apache.commons.lang.time.StopWatch
-
Suspend the stopwatch for later resumption.
- swapCase(String) - Static method in class org.apache.commons.lang.StringUtils
-
Swaps the case of a String changing upper and title case to lower case, and lower case to upper case.
- swapCase(String) - Static method in class org.apache.commons.lang.WordUtils
-
Swaps the case of a String using a word based algorithm.
- SYSTEM_PROPERTIES_LOOKUP - Static variable in class org.apache.commons.lang.text.StrLookup
-
Lookup that uses System properties.
- systemPropertiesLookup() - Static method in class org.apache.commons.lang.text.StrLookup
-
Returns a lookup which uses
System properties
to lookup the key to value. - SystemUtils - Class in org.apache.commons.lang
-
Helpers for
java.lang.System
. - SystemUtils() - Constructor for class org.apache.commons.lang.SystemUtils
-
SystemUtils instances should NOT be constructed in standard programming.
T
- TAB_MATCHER - Static variable in class org.apache.commons.lang.text.StrMatcher
-
Matches the tab character.
- table - Variable in class org.apache.commons.lang.IntHashMap
-
The hash table data.
- tabMatcher() - Static method in class org.apache.commons.lang.text.StrMatcher
-
Returns a matcher which matches the tab character.
- TextField(int, String[]) - Constructor for class org.apache.commons.lang.time.FastDateFormat.TextField
-
Constructs an instance of
TextField
with the specified field and values. - THREE_FIFTHS - Static variable in class org.apache.commons.lang.math.Fraction
-
Fraction
representation of 3/5. - THREE_QUARTERS - Static variable in class org.apache.commons.lang.math.Fraction
-
Fraction
representation of 3/4. - threshold - Variable in class org.apache.commons.lang.IntHashMap
-
The table is rehashed when its size exceeds this threshold.
- THROWABLE_CAUSE_METHOD - Static variable in class org.apache.commons.lang.exception.ExceptionUtils
-
The Method object for Java 1.4 getCause.
- THROWABLE_INITCAUSE_METHOD - Static variable in class org.apache.commons.lang.exception.ExceptionUtils
-
The Method object for Java 1.4 initCause.
- TimeZoneDisplayKey(TimeZone, boolean, int, Locale) - Constructor for class org.apache.commons.lang.time.FastDateFormat.TimeZoneDisplayKey
-
Constructs an instance of
TimeZoneDisplayKey
with the specified properties. - TimeZoneNameRule(TimeZone, boolean, Locale, int) - Constructor for class org.apache.commons.lang.time.FastDateFormat.TimeZoneNameRule
-
Constructs an instance of
TimeZoneNameRule
with the specified properties. - TimeZoneNumberRule(boolean) - Constructor for class org.apache.commons.lang.time.FastDateFormat.TimeZoneNumberRule
-
Constructs an instance of
TimeZoneNumberRule
with the specified properties. - toArray() - Method in class org.apache.commons.lang.math.IntRange
-
Returns an array containing all the integer values in the range.
- toArray() - Method in class org.apache.commons.lang.math.LongRange
-
Returns an array containing all the long values in the range.
- toArray(List) - Static method in class org.apache.commons.lang.exception.ExceptionUtils
-
Returns the given list as a
String[]
. - toBoolean() - Method in class org.apache.commons.lang.mutable.MutableBoolean
-
Gets this mutable as an instance of Boolean.
- toBoolean(int) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts an int to a boolean using the convention that
zero
isfalse
. - toBoolean(int, int, int) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts an int to a boolean specifying the conversion values.
- toBoolean(Boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a Boolean to a boolean handling
null
by returningfalse
. - toBoolean(Integer, Integer, Integer) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts an Integer to a boolean specifying the conversion values.
- toBoolean(String) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a String to a boolean (optimised for performance).
- toBoolean(String, String, String) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a String to a Boolean throwing an exception if no match found.
- toBooleanDefaultIfNull(Boolean, boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a Boolean to a boolean handling
null
. - toBooleanObject(boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Boolean factory that avoids creating new Boolean objecs all the time.
- toBooleanObject(int) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts an int to a Boolean using the convention that
zero
isfalse
. - toBooleanObject(int, int, int, int) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts an int to a Boolean specifying the conversion values.
- toBooleanObject(Integer) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts an Integer to a Boolean using the convention that
zero
isfalse
. - toBooleanObject(Integer, Integer, Integer, Integer) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts an Integer to a Boolean specifying the conversion values.
- toBooleanObject(String) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a String to a Boolean.
- toBooleanObject(String, String, String, String) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a String to a Boolean throwing an exception if no match.
- toByte() - Method in class org.apache.commons.lang.mutable.MutableByte
-
Gets this mutable as an instance of Byte.
- toByte(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to abyte
, returningzero
if the conversion fails. - toByte(String, byte) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to abyte
, returning a default value if the conversion fails. - toCalendar(Date) - Static method in class org.apache.commons.lang.time.DateUtils
-
Convert a Date into a Calendar object.
- toCanonicalName(String) - Static method in class org.apache.commons.lang.ClassUtils
-
Converts a class name to a JLS style class name.
- toChar(Character) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the Character to a char throwing an exception for
null
. - toChar(Character, char) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the Character to a char handling
null
. - toChar(String) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the String to a char using the first character, throwing an exception on empty Strings.
- toChar(String, char) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the String to a char using the first character, defaulting the value on empty Strings.
- toCharacterObject(char) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the character to a Character.
- toCharacterObject(String) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the String to a Character using the first character, returning null for empty Strings.
- toCharArray() - Method in class org.apache.commons.lang.text.StrBuilder
-
Copies the builder's character array into a new character array.
- toCharArray(int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Copies part of the builder's character array into a new character array.
- toClass(Object[]) - Static method in class org.apache.commons.lang.ClassUtils
-
Converts an array of
Object
in to an array ofClass
objects. - toComparison() - Method in class org.apache.commons.lang.builder.CompareToBuilder
-
Returns a negative integer, a positive integer, or zero as the
builder
has judged the "left-hand" side as less than, greater than, or equal to the "right-hand" side. - toDouble() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Gets this mutable as an instance of Double.
- toDouble(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to adouble
, returning0.0d
if the conversion fails. - toDouble(String, double) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to adouble
, returning a default value if the conversion fails. - toFloat() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Gets this mutable as an instance of Float.
- toFloat(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to afloat
, returning0.0f
if the conversion fails. - toFloat(String, float) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to afloat
, returning a default value if the conversion fails. - toHashCode() - Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Return the computed
hashCode
. - toInt(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to anint
, returningzero
if the conversion fails. - toInt(String, int) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to anint
, returning a default value if the conversion fails. - toInteger() - Method in class org.apache.commons.lang.mutable.MutableInt
-
Gets this mutable as an instance of Integer.
- toInteger(boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a boolean to an int using the convention that
zero
isfalse
. - toInteger(boolean, int, int) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a boolean to an int specifying the conversion values.
- toInteger(Boolean, int, int, int) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a Boolean to an int specifying the conversion values.
- toIntegerObject(boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a boolean to an Integer using the convention that
zero
isfalse
. - toIntegerObject(boolean, Integer, Integer) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a boolean to an Integer specifying the conversion values.
- toIntegerObject(Boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a Boolean to a Integer using the convention that
zero
isfalse
. - toIntegerObject(Boolean, Integer, Integer, Integer) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a Boolean to an Integer specifying the conversion values.
- toIntValue(char) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
- toIntValue(char, int) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
- toIntValue(Character) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
- toIntValue(Character, int) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
- toJavaVersionFloat(String) - Static method in class org.apache.commons.lang.SystemUtils
-
Converts the given Java version string to a
float
. - toJavaVersionInt(String) - Static method in class org.apache.commons.lang.SystemUtils
-
Converts the given Java version string to an
int
. - toJavaVersionIntArray(String) - Static method in class org.apache.commons.lang.SystemUtils
-
Converts the given Java version string to an
int[]
of maximum size3
. - toJavaVersionIntArray(String, int) - Static method in class org.apache.commons.lang.SystemUtils
-
Converts the given Java version string to an
int[]
of maximum sizelimit
. - Token(Object) - Constructor for class org.apache.commons.lang.time.DurationFormatUtils.Token
-
Wraps a token around a value.
- Token(Object, int) - Constructor for class org.apache.commons.lang.time.DurationFormatUtils.Token
-
Wraps a token around a repeated number of a value, for example it would store 'yyyy' as a value for y and a count of 4.
- tokenize(char[], int, int) - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderTokenizer
-
Internal method to performs the tokenization.
- tokenize(char[], int, int) - Method in class org.apache.commons.lang.text.StrTokenizer
-
Internal method to performs the tokenization.
- tokenPos - Variable in class org.apache.commons.lang.text.StrTokenizer
-
The current iteration position
- tokens - Variable in class org.apache.commons.lang.text.StrTokenizer
-
The parsed tokens
- toLocale(String) - Static method in class org.apache.commons.lang.LocaleUtils
-
Converts a String to a Locale.
- toLong() - Method in class org.apache.commons.lang.mutable.MutableLong
-
Gets this mutable as an instance of Long.
- toLong(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to along
, returningzero
if the conversion fails. - toLong(String, long) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to along
, returning a default value if the conversion fails. - toMap(Object[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts the given array into a
Map
. - toNoNullStringArray(Object[]) - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Returns a new array of Strings without null elements.
- toNoNullStringArray(Collection) - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Converts the given Collection into an array of Strings.
- toObject(boolean[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of primitive booleans to objects.
- toObject(byte[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of primitive bytes to objects.
- toObject(char[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of primitive chars to objects.
- toObject(double[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of primitive doubles to objects.
- toObject(float[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of primitive floats to objects.
- toObject(int[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of primitive ints to objects.
- toObject(long[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of primitive longs to objects.
- toObject(short[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of primitive shorts to objects.
- toPattern - Variable in class org.apache.commons.lang.text.ExtendedMessageFormat
- toPattern() - Method in class org.apache.commons.lang.text.ExtendedMessageFormat
- topDown - Static variable in class org.apache.commons.lang.exception.NestableDelegate
-
Whether to print the stack trace top-down.
- toPrimitive(Boolean[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Booleans to primitives.
- toPrimitive(Boolean[], boolean) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Booleans to primitives handling
null
. - toPrimitive(Byte[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Bytes to primitives.
- toPrimitive(Byte[], byte) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Bytes to primitives handling
null
. - toPrimitive(Character[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Characters to primitives.
- toPrimitive(Character[], char) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Character to primitives handling
null
. - toPrimitive(Double[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Doubles to primitives.
- toPrimitive(Double[], double) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Doubles to primitives handling
null
. - toPrimitive(Float[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Floats to primitives.
- toPrimitive(Float[], float) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Floats to primitives handling
null
. - toPrimitive(Integer[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Integers to primitives.
- toPrimitive(Integer[], int) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Integer to primitives handling
null
. - toPrimitive(Long[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Longs to primitives.
- toPrimitive(Long[], long) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Long to primitives handling
null
. - toPrimitive(Short[]) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Shorts to primitives.
- toPrimitive(Short[], short) - Static method in class org.apache.commons.lang.ArrayUtils
-
Converts an array of object Short to primitives handling
null
. - toProperString - Variable in class org.apache.commons.lang.math.Fraction
-
Cached output toProperString (class is immutable).
- toProperString() - Method in class org.apache.commons.lang.math.Fraction
-
Gets the fraction as a proper
String
in the format X Y/Z. - toShort() - Method in class org.apache.commons.lang.mutable.MutableShort
-
Gets this mutable as an instance of Short.
- toShort(String) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to ashort
, returningzero
if the conversion fails. - toShort(String, short) - Static method in class org.apache.commons.lang.math.NumberUtils
-
Convert a
String
to anshort
, returning a default value if the conversion fails. - toSplitString() - Method in class org.apache.commons.lang.time.StopWatch
-
Gets a summary of the split time that the stopwatch recorded as a string.
- toString - Variable in class org.apache.commons.lang.math.DoubleRange
-
Cached output toString (class is immutable).
- toString - Variable in class org.apache.commons.lang.math.FloatRange
-
Cached output toString (class is immutable).
- toString - Variable in class org.apache.commons.lang.math.Fraction
-
Cached output toString (class is immutable).
- toString - Variable in class org.apache.commons.lang.math.IntRange
-
Cached output toString (class is immutable).
- toString - Variable in class org.apache.commons.lang.math.LongRange
-
Cached output toString (class is immutable).
- toString - Variable in class org.apache.commons.lang.math.NumberRange
-
Cached output toString (class is immutable).
- toString() - Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Gets the String built by this builder.
- toString() - Method in class org.apache.commons.lang.builder.ToStringBuilder
-
Returns the built
toString
. - toString() - Method in class org.apache.commons.lang.CharRange
-
Gets a string representation of the character range.
- toString() - Method in class org.apache.commons.lang.CharSet
-
Gets a string representation of the set.
- toString() - Method in class org.apache.commons.lang.enums.Enum
-
Human readable description of this Enum item.
- toString() - Method in class org.apache.commons.lang.enums.ValuedEnum
-
Human readable description of this
Enum
item. - toString() - Method in class org.apache.commons.lang.math.DoubleRange
-
Gets the range as a
String
. - toString() - Method in class org.apache.commons.lang.math.FloatRange
-
Gets the range as a
String
. - toString() - Method in class org.apache.commons.lang.math.Fraction
-
Gets the fraction as a
String
. - toString() - Method in class org.apache.commons.lang.math.IntRange
-
Gets the range as a
String
. - toString() - Method in class org.apache.commons.lang.math.LongRange
-
Gets the range as a
String
. - toString() - Method in class org.apache.commons.lang.math.NumberRange
-
Gets the range as a
String
. - toString() - Method in class org.apache.commons.lang.math.Range
-
Gets the range as a
String
. - toString() - Method in class org.apache.commons.lang.mutable.MutableBoolean
-
Returns the String value of this mutable.
- toString() - Method in class org.apache.commons.lang.mutable.MutableByte
-
Returns the String value of this mutable.
- toString() - Method in class org.apache.commons.lang.mutable.MutableDouble
-
Returns the String value of this mutable.
- toString() - Method in class org.apache.commons.lang.mutable.MutableFloat
-
Returns the String value of this mutable.
- toString() - Method in class org.apache.commons.lang.mutable.MutableInt
-
Returns the String value of this mutable.
- toString() - Method in class org.apache.commons.lang.mutable.MutableLong
-
Returns the String value of this mutable.
- toString() - Method in class org.apache.commons.lang.mutable.MutableObject
-
Returns the String value of this mutable.
- toString() - Method in class org.apache.commons.lang.mutable.MutableShort
-
Returns the String value of this mutable.
- toString() - Method in class org.apache.commons.lang.NumberRange
-
Deprecated.Returns the string representation of this range.
- toString() - Method in class org.apache.commons.lang.text.StrBuilder
-
Gets a String version of the string builder, creating a new instance each time the method is called.
- toString() - Method in class org.apache.commons.lang.text.StrTokenizer
-
Gets the String content that the tokenizer is parsing.
- toString() - Method in class org.apache.commons.lang.time.DurationFormatUtils.Token
-
Represents this token as a String.
- toString() - Method in class org.apache.commons.lang.time.FastDateFormat.Pair
- toString() - Method in class org.apache.commons.lang.time.FastDateFormat
-
Gets a debugging string version of this formatter.
- toString() - Method in class org.apache.commons.lang.time.StopWatch
-
Gets a summary of the time that the stopwatch recorded as a string.
- toString(boolean, String, String) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a boolean to a String returning one of the input Strings.
- toString(char) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the character to a String that contains the one character.
- toString(Boolean, String, String, String) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a Boolean to a String returning one of the input Strings.
- toString(Character) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the character to a String that contains the one character.
- toString(Object) - Static method in class org.apache.commons.lang.ArrayUtils
-
Outputs an array as a String, treating
null
as an empty array. - toString(Object) - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Builds a
toString
value using the defaultToStringStyle
through reflection. - toString(Object) - Static method in class org.apache.commons.lang.ObjectUtils
-
Gets the
toString
of anObject
returning an empty string ("") ifnull
input. - toString(Object, String) - Static method in class org.apache.commons.lang.ArrayUtils
-
Outputs an array as a String handling
null
s. - toString(Object, String) - Static method in class org.apache.commons.lang.ObjectUtils
-
Gets the
toString
of anObject
returning a specified text ifnull
input. - toString(Object, ToStringStyle) - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Builds a
toString
value through reflection. - toString(Object, ToStringStyle, boolean) - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Builds a
toString
value through reflection. - toString(Object, ToStringStyle, boolean, boolean) - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Builds a
toString
value through reflection. - toString(Object, ToStringStyle, boolean, boolean, Class) - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Builds a
toString
value through reflection. - toString(Object, ToStringStyle, boolean, Class) - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
- toStringBuffer() - Method in class org.apache.commons.lang.text.StrBuilder
-
Gets a StringBuffer version of the string builder, creating a new instance each time the method is called.
- ToStringBuilder - Class in org.apache.commons.lang.builder
-
Assists in implementing
Object.toString()
methods. - ToStringBuilder(Object) - Constructor for class org.apache.commons.lang.builder.ToStringBuilder
-
Constructs a builder for the specified object using the default output style.
- ToStringBuilder(Object, ToStringStyle) - Constructor for class org.apache.commons.lang.builder.ToStringBuilder
-
Constructs a builder for the specified object using the a defined output style.
- ToStringBuilder(Object, ToStringStyle, StringBuffer) - Constructor for class org.apache.commons.lang.builder.ToStringBuilder
-
Constructs a builder for the specified object.
- toStringExclude(Object, String) - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Builds a String for a toString method excluding the given field name.
- toStringExclude(Object, String[]) - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Builds a String for a toString method excluding the given field names.
- toStringExclude(Object, Collection) - Static method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Builds a String for a toString method excluding the given field names.
- toStringOnOff(boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a boolean to a String returning
'on'
or'off'
. - toStringOnOff(Boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a Boolean to a String returning
'on'
,'off'
, ornull
. - ToStringStyle - Class in org.apache.commons.lang.builder
-
Controls
String
formatting forToStringBuilder
. - ToStringStyle() - Constructor for class org.apache.commons.lang.builder.ToStringStyle
-
Constructor.
- ToStringStyle.DefaultToStringStyle - Class in org.apache.commons.lang.builder
-
Default
ToStringStyle
. - ToStringStyle.MultiLineToStringStyle - Class in org.apache.commons.lang.builder
-
ToStringStyle
that outputs on multiple lines. - ToStringStyle.NoFieldNameToStringStyle - Class in org.apache.commons.lang.builder
-
ToStringStyle
that does not print out the field names. - ToStringStyle.ShortPrefixToStringStyle - Class in org.apache.commons.lang.builder
-
ToStringStyle
that prints out the short class name and no identity hashcode. - ToStringStyle.SimpleToStringStyle - Class in org.apache.commons.lang.builder
-
ToStringStyle
that does not print out the classname, identity hashcode, content start or field name. - toStringTrueFalse(boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a boolean to a String returning
'true'
or'false'
. - toStringTrueFalse(Boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a Boolean to a String returning
'true'
,'false'
, ornull
. - toStringYesNo(boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a boolean to a String returning
'yes'
or'no'
. - toStringYesNo(Boolean) - Static method in class org.apache.commons.lang.BooleanUtils
-
Converts a Boolean to a String returning
'yes'
,'no'
, ornull
. - toVersionFloat(int[]) - Static method in class org.apache.commons.lang.SystemUtils
-
Converts given the Java version array to a
float
. - toVersionInt(int[]) - Static method in class org.apache.commons.lang.SystemUtils
-
Converts given the Java version array to an
int
. - translate(String, String, String) - Static method in class org.apache.commons.lang.CharSetUtils
-
Deprecated.Use
StringUtils.replaceChars(String, String, String)
. Method will be removed in Commons Lang 3.0. NOTE: StringUtils#replaceChars behaves differently when 'searchChars' is longer than 'replaceChars'. CharSetUtils#translate will use the last char of the replacement string whereas StringUtils#replaceChars will delete - TreeEntityMap() - Constructor for class org.apache.commons.lang.Entities.TreeEntityMap
-
Constructs a new instance of
TreeEntityMap
. - trim() - Method in class org.apache.commons.lang.text.StrBuilder
-
Trims the builder by removing characters less than or equal to a space from the beginning and end.
- trim(String) - Static method in class org.apache.commons.lang.StringUtils
-
Removes control characters (char <= 32) from both ends of this String, handling
null
by returningnull
. - TRIM_MATCHER - Static variable in class org.apache.commons.lang.text.StrMatcher
-
Matches the String trim() whitespace characters.
- trimMatcher() - Static method in class org.apache.commons.lang.text.StrMatcher
-
Matches the String trim() whitespace characters.
- TrimMatcher() - Constructor for class org.apache.commons.lang.text.StrMatcher.TrimMatcher
-
Constructs a new instance of
TrimMatcher
. - trimmerMatcher - Variable in class org.apache.commons.lang.text.StrTokenizer
-
The trimmer matcher
- trimStackFrames - Static variable in class org.apache.commons.lang.exception.NestableDelegate
-
Whether to trim the repeated stack trace.
- trimStackFrames(List) - Method in class org.apache.commons.lang.exception.NestableDelegate
-
Trims the stack frames.
- trimToEmpty(String) - Static method in class org.apache.commons.lang.StringUtils
-
Removes control characters (char <= 32) from both ends of this String returning an empty String ("") if the String is empty ("") after the trim or if it is
null
. - trimToNull(String) - Static method in class org.apache.commons.lang.StringUtils
-
Removes control characters (char <= 32) from both ends of this String returning
null
if the String is empty ("") after the trim or if it isnull
. - truncate(Object, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Truncate this date, leaving the field specified as the most significant field.
- truncate(Calendar, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Truncate this date, leaving the field specified as the most significant field.
- truncate(Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Truncate this date, leaving the field specified as the most significant field.
- truncatedCompareTo(Calendar, Calendar, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Determines how two calendars compare up to no more than the specified most significant field.
- truncatedCompareTo(Date, Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Determines how two dates compare up to no more than the specified most significant field.
- truncatedEquals(Calendar, Calendar, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Determines if two calendars are equal up to no more than the specified most significant field.
- truncatedEquals(Date, Date, int) - Static method in class org.apache.commons.lang.time.DateUtils
-
Determines if two dates are equal up to no more than the specified most significant field.
- TSV_TOKENIZER_PROTOTYPE - Static variable in class org.apache.commons.lang.text.StrTokenizer
- TwelveHourField(FastDateFormat.NumberRule) - Constructor for class org.apache.commons.lang.time.FastDateFormat.TwelveHourField
-
Constructs an instance of
TwelveHourField
with the specifiedNumberRule
. - TwentyFourHourField(FastDateFormat.NumberRule) - Constructor for class org.apache.commons.lang.time.FastDateFormat.TwentyFourHourField
-
Constructs an instance of
TwentyFourHourField
with the specifiedNumberRule
. - TWO_FIFTHS - Static variable in class org.apache.commons.lang.math.Fraction
-
Fraction
representation of 2/5. - TWO_QUARTERS - Static variable in class org.apache.commons.lang.math.Fraction
-
Fraction
representation of 2/4. - TWO_THIRDS - Static variable in class org.apache.commons.lang.math.Fraction
-
Fraction
representation of 2/3. - TwoDigitMonthField() - Constructor for class org.apache.commons.lang.time.FastDateFormat.TwoDigitMonthField
-
Constructs an instance of
TwoDigitMonthField
. - TwoDigitNumberField(int) - Constructor for class org.apache.commons.lang.time.FastDateFormat.TwoDigitNumberField
-
Constructs an instance of
TwoDigitNumberField
with the specified field. - TwoDigitYearField() - Constructor for class org.apache.commons.lang.time.FastDateFormat.TwoDigitYearField
-
Constructs an instance of
TwoDigitYearField
.
U
- uncapitalise(String) - Static method in class org.apache.commons.lang.StringUtils
-
Deprecated.Use the standardly named
StringUtils.uncapitalize(String)
. Method will be removed in Commons Lang 3.0. - uncapitalize(String) - Static method in class org.apache.commons.lang.StringUtils
-
Uncapitalizes a String changing the first letter to title case as per
Character.toLowerCase(char)
. - uncapitalize(String) - Static method in class org.apache.commons.lang.WordUtils
-
Uncapitalizes all the whitespace separated words in a String.
- uncapitalize(String, char[]) - Static method in class org.apache.commons.lang.WordUtils
-
Uncapitalizes all the whitespace separated words in a String.
- unescape(Writer, String) - Method in class org.apache.commons.lang.Entities
-
Unescapes the escaped entities in the
String
passed and writes the result to theWriter
passed. - unescape(String) - Method in class org.apache.commons.lang.Entities
-
Unescapes the entities in a
String
. - unescapeCsv(Writer, String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Returns a
String
value for an unescaped CSV column. - unescapeCsv(String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Returns a
String
value for an unescaped CSV column. - unescapeHtml(Writer, String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Unescapes a string containing entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
- unescapeHtml(String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Unescapes a string containing entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
- unescapeJava(Writer, String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Unescapes any Java literals found in the
String
to aWriter
. - unescapeJava(String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Unescapes any Java literals found in the
String
. - unescapeJavaScript(Writer, String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Unescapes any JavaScript literals found in the
String
to aWriter
. - unescapeJavaScript(String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Unescapes any JavaScript literals found in the
String
. - unescapeXml(Writer, String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Unescapes a string containing XML entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
- unescapeXml(String) - Static method in class org.apache.commons.lang.StringEscapeUtils
-
Unescapes a string containing XML entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
- UnhandledException - Exception in org.apache.commons.lang
-
Thrown when it is impossible or undesirable to consume or throw a checked exception.
- UnhandledException(String, Throwable) - Constructor for exception org.apache.commons.lang.UnhandledException
-
Constructs the exception using a message and cause.
- UnhandledException(Throwable) - Constructor for exception org.apache.commons.lang.UnhandledException
-
Constructs the exception using a cause.
- unicodeEscaped(char) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the string to the unicode format ' '.
- unicodeEscaped(Character) - Static method in class org.apache.commons.lang.CharUtils
-
Converts the string to the unicode format ' '.
- unmodifiableList - Variable in class org.apache.commons.lang.enums.Enum.Entry
-
Map of Enum name to Enum.
- unmodifiableMap - Variable in class org.apache.commons.lang.enums.Enum.Entry
-
Map of Enum name to Enum.
- UnpaddedMonthField() - Constructor for class org.apache.commons.lang.time.FastDateFormat.UnpaddedMonthField
-
Constructs an instance of
UnpaddedMonthField
. - UnpaddedNumberField(int) - Constructor for class org.apache.commons.lang.time.FastDateFormat.UnpaddedNumberField
-
Constructs an instance of
UnpadedNumberField
with the specified field. - unregister(Object) - Static method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Unregisters the given object.
- unregister(Object) - Static method in class org.apache.commons.lang.builder.ToStringStyle
-
Unregisters the given object.
- unsplit() - Method in class org.apache.commons.lang.time.StopWatch
-
Remove a split.
- upperCase(String) - Static method in class org.apache.commons.lang.StringUtils
-
Converts a String to upper case as per
String.toUpperCase()
. - upperCase(String, Locale) - Static method in class org.apache.commons.lang.StringUtils
-
Converts a String to upper case as per
String.toUpperCase(Locale)
. - upToClass - Variable in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
The last super class to stop appending fields for.
- US_ASCII - Static variable in class org.apache.commons.lang.CharEncoding
-
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
- useClassName - Variable in class org.apache.commons.lang.builder.ToStringStyle
-
Whether to use the class name, the default is
true
. - useFieldNames - Variable in class org.apache.commons.lang.builder.ToStringStyle
-
Whether to use the field names, the default is
true
. - useIdentityHashCode - Variable in class org.apache.commons.lang.builder.ToStringStyle
-
Whether to use the identity hash code, the default is
true
. - USER_COUNTRY - Static variable in class org.apache.commons.lang.SystemUtils
-
The
user.country
oruser.region
System Property. - USER_DIR - Static variable in class org.apache.commons.lang.SystemUtils
-
The
user.dir
System Property. - USER_DIR_KEY - Static variable in class org.apache.commons.lang.SystemUtils
-
The System property key for the user directory.
- USER_HOME - Static variable in class org.apache.commons.lang.SystemUtils
-
The
user.home
System Property. - USER_HOME_KEY - Static variable in class org.apache.commons.lang.SystemUtils
-
The System property key for the user home directory.
- USER_LANGUAGE - Static variable in class org.apache.commons.lang.SystemUtils
-
The
user.language
System Property. - USER_NAME - Static variable in class org.apache.commons.lang.SystemUtils
-
The
user.name
System Property. - USER_TIMEZONE - Static variable in class org.apache.commons.lang.SystemUtils
-
The
user.timezone
System Property. - useShortClassName - Variable in class org.apache.commons.lang.builder.ToStringStyle
-
Whether to use short class names, the default is
false
. - UTC_TIME_ZONE - Static variable in class org.apache.commons.lang.time.DateUtils
-
The UTC time zone (often referred to as GMT).
- UTF_16 - Static variable in class org.apache.commons.lang.CharEncoding
-
Sixteen-bit Unicode Transformation Format, byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output).
- UTF_16BE - Static variable in class org.apache.commons.lang.CharEncoding
-
Sixteen-bit Unicode Transformation Format, big-endian byte order.
- UTF_16LE - Static variable in class org.apache.commons.lang.CharEncoding
-
Sixteen-bit Unicode Transformation Format, little-endian byte order.
- UTF_8 - Static variable in class org.apache.commons.lang.CharEncoding
-
Eight-bit Unicode Transformation Format.
V
- Validate - Class in org.apache.commons.lang
-
This class assists in validating arguments.
- Validate() - Constructor for class org.apache.commons.lang.Validate
-
Constructor.
- validateIndex(int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Validates parameters defining a single index in the builder.
- validateRange(int, int) - Method in class org.apache.commons.lang.text.StrBuilder
-
Validates parameters defining a range of the builder.
- value - Variable in class org.apache.commons.lang.builder.IDKey
- value - Variable in class org.apache.commons.lang.IntHashMap.Entry
- value - Variable in class org.apache.commons.lang.mutable.MutableBoolean
-
The mutable value.
- value - Variable in class org.apache.commons.lang.mutable.MutableByte
-
The mutable value.
- value - Variable in class org.apache.commons.lang.mutable.MutableDouble
-
The mutable value.
- value - Variable in class org.apache.commons.lang.mutable.MutableFloat
-
The mutable value.
- value - Variable in class org.apache.commons.lang.mutable.MutableInt
-
The mutable value.
- value - Variable in class org.apache.commons.lang.mutable.MutableLong
-
The mutable value.
- value - Variable in class org.apache.commons.lang.mutable.MutableObject
-
The mutable value.
- value - Variable in class org.apache.commons.lang.mutable.MutableShort
-
The mutable value.
- value - Variable in class org.apache.commons.lang.time.DurationFormatUtils.Token
- value(String) - Method in class org.apache.commons.lang.Entities.ArrayEntityMap
-
Returns the value of the entity identified by the specified name.
- value(String) - Method in interface org.apache.commons.lang.Entities.EntityMap
-
Returns the value of the entity identified by the specified name.
- value(String) - Method in class org.apache.commons.lang.Entities.MapIntMap
-
Returns the value of the entity identified by the specified name.
- value(String) - Method in class org.apache.commons.lang.Entities.PrimitiveEntityMap
-
Returns the value of the entity identified by the specified name.
- ValuedEnum - Class in org.apache.commons.lang.enums
-
Abstract superclass for type-safe enums with integer values suitable for use in
switch
statements. - ValuedEnum(String, int) - Constructor for class org.apache.commons.lang.enums.ValuedEnum
-
Constructor for enum item.
- values - Variable in class org.apache.commons.lang.Entities.ArrayEntityMap
- variableResolver - Variable in class org.apache.commons.lang.text.StrSubstitutor
-
Variable resolution is delegated to an implementor of VariableResolver.
W
- WordUtils - Class in org.apache.commons.lang
-
Operations on Strings that contain words.
- WordUtils() - Constructor for class org.apache.commons.lang.WordUtils
-
WordUtils
instances should NOT be constructed in standard programming. - wrap(String, int) - Static method in class org.apache.commons.lang.WordUtils
-
Wraps a single line of text, identifying words by
' '
. - wrap(String, int, String, boolean) - Static method in class org.apache.commons.lang.WordUtils
-
Wraps a single line of text, identifying words by
' '
. - WRAPPED_MARKER - Static variable in class org.apache.commons.lang.exception.ExceptionUtils
-
Used when printing stack frames to denote the start of a wrapped exception.
- wrapperPrimitiveMap - Static variable in class org.apache.commons.lang.ClassUtils
-
Maps wrapper
Class
es to their corresponding primitive types. - wrappersToPrimitives(Class[]) - Static method in class org.apache.commons.lang.ClassUtils
-
Converts the specified array of wrapper Class objects to an array of its corresponding primitive Class objects.
- wrapperToPrimitive(Class) - Static method in class org.apache.commons.lang.ClassUtils
-
Converts the specified wrapper class to its corresponding primitive class.
- write(char[]) - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderWriter
- write(char[], int, int) - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderWriter
- write(int) - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderWriter
- write(String) - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderWriter
- write(String, int, int) - Method in class org.apache.commons.lang.text.StrBuilder.StrBuilderWriter
- writeDeclaredField(Object, String, Object) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write a public field.
- writeDeclaredField(Object, String, Object, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write a public field.
- writeDeclaredStaticField(Class, String, Object) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write a named public static Field.
- writeDeclaredStaticField(Class, String, Object, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write a named static Field.
- writeField(Object, String, Object) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write a public field.
- writeField(Object, String, Object, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write a field.
- writeField(Field, Object, Object) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write an accessible field.
- writeField(Field, Object, Object, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write a field.
- writeStaticField(Class, String, Object) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write a named public static Field.
- writeStaticField(Class, String, Object, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write a named static Field.
- writeStaticField(Field, Object) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write a public static Field.
- writeStaticField(Field, Object, boolean) - Static method in class org.apache.commons.lang.reflect.FieldUtils
-
Write a static Field.
X
- XML - Static variable in class org.apache.commons.lang.Entities
-
The set of entities supported by standard XML.
- xor(boolean[]) - Static method in class org.apache.commons.lang.BooleanUtils
-
Performs an xor on a set of booleans.
- xor(Boolean[]) - Static method in class org.apache.commons.lang.BooleanUtils
-
Performs an xor on an array of Booleans.
Y
- y - Static variable in class org.apache.commons.lang.time.DurationFormatUtils
Z
_
- _mask - Variable in class org.apache.commons.lang.BitField
- _shift_count - Variable in class org.apache.commons.lang.BitField
All Classes All Packages