|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
awt.toolkit
System Property.
int[]
) and
primitive wrapper arrays (like Integer[]
).Field
.
CharSet
.
Throwable
objects.
IllegalArgumentException
if the argument collection is null
or has elements that
are not of type clazz
or a subclass.
IllegalArgumentException
if the argument collection is
null
or has elements that are not of type clazz
or a subclass.
builder
the comparison of
two Object
s.
builder
the comparison of
two Object
s.
builder
the comparison of
two long
s.
builder
the comparison of
two int
s.
builder
the comparison of
two short
s.
builder
the comparison of
two char
s.
builder
the comparison of
two byte
s.
builder
the comparison of
two double
s.
builder
the comparison of
two float
s.
builder
the comparison of
two booleans
s.
builder
the deep comparison of
two Object
arrays.
builder
the deep comparison of
two Object
arrays.
builder
the deep comparison of
two long
arrays.
builder
the deep comparison of
two int
arrays.
builder
the deep comparison of
two short
arrays.
builder
the deep comparison of
two char
arrays.
builder
the deep comparison of
two byte
arrays.
builder
the deep comparison of
two double
arrays.
builder
the deep comparison of
two float
arrays.
builder
the deep comparison of
two boolean
arrays.
Object
s are equal using their
equals
method.
long
s are equal.
int
s are equal.
short
s are equal.
char
s are equal.
byte
s are equal.
double
s are equal by testing that the
pattern of bits returned by doubleToLong
are equal.
float
s are equal byt testing that the
pattern of bits returned by doubleToLong are equal.
booleans
s are equal.
Object
arrays.
long
.
int
.
short
.
char
.
byte
.
double
.
float
.
boolean
.
hashCode
for a boolean
.
hashCode
for a boolean
array.
hashCode
for a byte
.
hashCode
for a byte
array.
hashCode
for a char
.
hashCode
for a char
array.
hashCode
for a double
.
hashCode
for a double
array.
hashCode
for a float
.
hashCode
for a float
array.
hashCode
for an int
.
hashCode
for an int
array.
hashCode
for a long
.
hashCode
for a long
array.
hashCode
for an Object
.
hashCode
for an Object
array.
hashCode
for a short
.
hashCode
for a short
array.
toString
a boolean
value.
toString
a boolean
array.
toString
a byte
value.
toString
a byte
array.
toString
a char
value.
toString
a char
array.
toString
a double
value.
toString
a double
array.
toString
a float
value.
toString
a float
array.
toString
an int
value.
toString
an int
array.
toString
a long
value.
toString
a long
array.
toString
an Object
value.
toString
an Object
array.
toString
a short
value.
toString
a short
array.
toString
a boolean
value.
toString
a boolean
array.
toString
a boolean
array.
toString
an byte
value.
toString
a byte
array.
toString
a byte
array.
toString
a char
value.
toString
a char
array.
toString
a char
array.
toString
a double
value.
toString
a double
array.
toString
a double
array.
toString
an float
value.
toString
a float
array.
toString
a float
array.
toString
an int
value.
toString
an int
array.
toString
an int
array.
toString
a long
value.
toString
a long
array.
toString
a long
array.
toString
an Object
value.
toString
an Object
value.
toString
an Object
array.
toString
an Object
array.
toString
an short
value.
toString
a short
array.
toString
a short
array.
toString
an Object
value, printing the full toString
of the
Object
passed in.
toString
a long
value.
toString
an int
value.
toString
a short
value.
toString
a byte
value.
toString
a char
value.
toString
a double
value.
toString
a float
value.
toString
a boolean
value.
toString
an Object
array.
toString
a long
array.
toString
an int
array.
toString
a short
array.
toString
a byte
array.
toString
a char
array.
toString
a double
array.
toString
a float
array.
toString
a boolean
array.
String.valueOf
.
String.valueOf
.
String.valueOf
.
String.valueOf
.
Object toString()
method.
toString
the class name.
toString
the content end.
toString
the content start.
toString
an Object
value that has been detected to participate in a cycle.
toString
an Object
value, printing the full detail of the Object
.
toString
a Collection
.
toString
a Map.
- appendDetail(StringBuffer, String, long) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a long
value.
- appendDetail(StringBuffer, String, int) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
an int
value.
- appendDetail(StringBuffer, String, short) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a short
value.
- appendDetail(StringBuffer, String, byte) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a byte
value.
- appendDetail(StringBuffer, String, char) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a char
value.
- appendDetail(StringBuffer, String, double) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a double
value.
- appendDetail(StringBuffer, String, float) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a float
value.
- appendDetail(StringBuffer, String, boolean) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a boolean
value.
- appendDetail(StringBuffer, String, Object[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the detail of an
Object
array.
- appendDetail(StringBuffer, String, long[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the detail of a
long
array.
- appendDetail(StringBuffer, String, int[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the detail of an
int
array.
- appendDetail(StringBuffer, String, short[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the detail of a
short
array.
- appendDetail(StringBuffer, String, byte[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the detail of a
byte
array.
- appendDetail(StringBuffer, String, char[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the detail of a
char
array.
- appendDetail(StringBuffer, String, double[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the detail of a
double
array.
- appendDetail(StringBuffer, String, float[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the detail of a
float
array.
- appendDetail(StringBuffer, String, boolean[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the detail of a
boolean
array.
- appendEnd(StringBuffer, Object) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the end of data indicator.
- appendFieldEnd(StringBuffer, String) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString the field end.
- appendFieldSeparator(StringBuffer) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the field separator.
- appendFieldStart(StringBuffer, String) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the field start.
- appendFieldsIn(Class) -
Method in class org.apache.commons.lang.builder.ReflectionToStringBuilder
-
Appends the fields and values defined by the given object of the given Class.
- appendFixedWidthPadLeft(Object, int, char) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends an object to the builder padding on the left to a fixed width.
- appendFixedWidthPadLeft(int, int, char) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends an object to the builder padding on the left to a fixed width.
- appendFixedWidthPadRight(Object, int, char) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends an object to the builder padding on the right to a fixed length.
- appendFixedWidthPadRight(int, int, char) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends an object to the builder padding on the right to a fixed length.
- appendIdentityHashCode(StringBuffer, Object) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append the
System.identityHashCode(java.lang.Object)
.
- appendIdentityToString(StringBuffer, Object) -
Static method in class org.apache.commons.lang.ObjectUtils
- Deprecated. The design of this method is bad - see LANG-360. Instead, use identityToString(StringBuffer, Object).
- appendInternal(StringBuffer, String, Object, boolean) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
an Object
,
correctly interpreting its type.
- appendNewLine() -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends the new line string to this string builder.
- appendNull() -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends the text representing
null
to this string builder.
- appendNullText(StringBuffer, String) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
an indicator for null
.
- appendPadding(int, char) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends the pad character to the builder the specified number of times.
- appendSeparator(String) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a separator if the builder is currently non-empty.
- appendSeparator(char) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a separator if the builder is currently non-empty.
- appendSeparator(String, int) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a separator to the builder if the loop index is greater than zero.
- appendSeparator(char, int) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a separator to the builder if the loop index is greater than zero.
- appendStart(StringBuffer, Object) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the start of data indicator.
- appendSummary(StringBuffer, String, Object) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
an Object
value, printing a summary of the Object
.
- appendSummary(StringBuffer, String, Object[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a summary of an
Object
array.
- appendSummary(StringBuffer, String, long[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a summary of a
long
array.
- appendSummary(StringBuffer, String, int[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a summary of an
int
array.
- appendSummary(StringBuffer, String, short[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a summary of a
short
array.
- appendSummary(StringBuffer, String, byte[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a summary of a
byte
array.
- appendSummary(StringBuffer, String, char[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a summary of a
char
array.
- appendSummary(StringBuffer, String, double[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a summary of a
double
array.
- appendSummary(StringBuffer, String, float[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a summary of a
float
array.
- appendSummary(StringBuffer, String, boolean[]) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a summary of a
boolean
array.
- appendSummarySize(StringBuffer, String, int) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
a size summary.
- appendSuper(int) -
Method in class org.apache.commons.lang.builder.CompareToBuilder
- Appends to the
builder
the compareTo(Object)
result of the superclass.
- appendSuper(boolean) -
Method in class org.apache.commons.lang.builder.EqualsBuilder
- Adds the result of
super.equals()
to this builder.
- appendSuper(int) -
Method in class org.apache.commons.lang.builder.HashCodeBuilder
-
Adds the result of super.hashCode() to this builder.
- appendSuper(String) -
Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append the
toString
from the superclass.
- appendSuper(StringBuffer, String) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
the superclass toString.
- appendToString(String) -
Method in class org.apache.commons.lang.builder.ToStringBuilder
- Append the
toString
from another object.
- appendToString(StringBuffer, String) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString
another toString.
- appendWithSeparators(Object[], String) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends an array placing separators between each value, but
not before the first or after the last.
- appendWithSeparators(Collection, String) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a collection placing separators between each value, but
not before the first or after the last.
- appendWithSeparators(Iterator, String) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends an iterator placing separators between each value, but
not before the first or after the last.
- appendln(Object) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends an object followed by a new line to this string builder.
- appendln(String) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a string followed by a new line to this string builder.
- appendln(String, int, int) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends part of a string followed by a new line to this string builder.
- appendln(StringBuffer) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a string buffer followed by a new line to this string builder.
- appendln(StringBuffer, int, int) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends part of a string buffer followed by a new line to this string builder.
- appendln(StrBuilder) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends another string builder followed by a new line to this string builder.
- appendln(StrBuilder, int, int) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends part of a string builder followed by a new line to this string builder.
- appendln(char[]) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a char array followed by a new line to the string builder.
- appendln(char[], int, int) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a char array followed by a new line to the string builder.
- appendln(boolean) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a boolean value followed by a new line to the string builder.
- appendln(char) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a char value followed by a new line to the string builder.
- appendln(int) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends an int value followed by a new line to the string builder using
String.valueOf
.
- appendln(long) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a long value followed by a new line to the string builder using
String.valueOf
.
- appendln(float) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a float value followed by a new line to the string builder using
String.valueOf
.
- appendln(double) -
Method in class org.apache.commons.lang.text.StrBuilder
- Appends a double value followed by a new line to the string builder using
String.valueOf
.
- applyPattern(String) -
Method in class org.apache.commons.lang.text.ExtendedMessageFormat
- Apply the specified pattern.
- applyRules(Calendar, StringBuffer) -
Method in class org.apache.commons.lang.time.FastDateFormat
- Performs the formatting by applying the rules to the
specified calendar.
- asReader() -
Method in class org.apache.commons.lang.text.StrBuilder
- Gets the contents of this builder as a Reader.
- asTokenizer() -
Method in class org.apache.commons.lang.text.StrBuilder
- Creates a tokenizer that can tokenize the contents of this builder.
- asWriter() -
Method in class org.apache.commons.lang.text.StrBuilder
- Gets this builder as a Writer that can be written to.
- availableLocaleList() -
Static method in class org.apache.commons.lang.LocaleUtils
- Obtains an unmodifiable list of installed locales.
- availableLocaleSet() -
Static method in class org.apache.commons.lang.LocaleUtils
- Obtains an unmodifiable set of installed locales.
BooleanUtils
instances should NOT be constructed in standard programming.
carriage return CR ('\r').
CharRange
over a single character.
CharRange
over a single character,
optionally negating the range.
CharRange
over a set of characters.
CharRange
over a set of characters,
optionally negating the range.
CharSet
s.CharUtils
instances should NOT be constructed in standard programming.
Comparable.compareTo(Object)
methods.StringUtils.capitalize(String)
.
Method will be removed in Commons Lang 3.0.
WordUtils.capitalize(String)
.
Method will be removed in Commons Lang 3.0.
Character.toTitleCase(char)
.
size
using the space character (' ').
size
.
size
.
separator
from the end of
str
if it's there, otherwise leave it alone.
StringUtils.chomp(String)
instead.
Method will be removed in Commons Lang 3.0.
StringUtils.chomp(String,String)
instead.
Method will be removed in Commons Lang 3.0.
StringUtils.chomp(String)
instead.
Method will be removed in Commons Lang 3.0.
StringUtils.trimToEmpty(String)
.
Method will be removed in Commons Lang 3.0.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
Object
using serialization.
doubles
for order.
doubles
for order.
StringUtils.join(Object[])
instead.
Method will be removed in Commons Lang 3.0.
CharSet
contain the specified
character ch
.
null
.
null
.
double
occurs within
this range using double
comparison.
Number
occurs within
this range using double
comparison..
double
occurs within
this range using double
comparison.
float
occurs within
this range using float
comparison.
Number
occurs within
this range using float
comparison.
float
occurs within
this range using float
comparison.
null
.
int
occurs within
this range using int
comparison.
Number
occurs within
this range using int
comparison..
int
occurs within
this range using int
comparison.
long
occurs within
this range using long
comparison.
Number
occurs within
this range using long
comparison..
long
occurs within
this range using long
comparison.
number
occurs within
this range using double
comparison.
number
occurs within
this range using float
comparison.
number
occurs within
this range using int
comparison.
number
occurs within
this range using long
comparison.
number
occurs within
this range.
Number
occurs within
this range.
double
comparison.
float
comparison.
int
comparison.
long
comparison.
List
of class names, this method converts them into classes.
List
of Class
objects, this method converts
them into class names.
String
to a BigDecimal
.
String
to a BigDecimal
.
String
to a BigInteger
.
String
to a BigInteger
.
String
to a Double
.
String
to a Double
.
String
to a Float
.
String
to a Float
.
String
to a Integer
, handling
hex and octal notations.
String
to a Integer
, handling
hex and octal notations.
String
to a Long
.
String
to a Long
.
Calendar
and Date
object.DateUtils
instances should NOT be constructed in
standard programming.
DoubleRange
represents an inclusive range of double
s.DoubleRange
using the specified
number as both the minimum and maximum in this range.
DoubleRange
using the specified
number as both the minimum and maximum in this range.
DoubleRange
with the specified
minimum and maximum numbers (both inclusive).
DoubleRange
with the specified
minimum and maximum numbers (both inclusive).
null
, the value of defaultStr
.
null
.
null
, an empty String ("").
null
, the value of defaultStr
.
StringUtils.deleteWhitespace(String)
.
Method will be removed in Commons Lang 3.0.
Character.isWhitespace(char)
.
Object
from the specified stream.
Object
from an array of bytes.
double
.
""
.
boolean
array.
Boolean
array.
byte
array.
Byte
array.
Character
array.
char
array.
Class
array.
double
array.
Double
array.
float
array.
Float
array.
Integer
array.
int
array.
long
array.
Long
array.
Object
array.
short
array.
Short
array.
String
array.
org.apache.commons.lang.enums.Enum
and will be removed in version 3.0. All classes in this package are deprecated and repackaged to
org.apache.commons.lang.enums
since enum
is a Java 1.5 keyword.org.apache.commons.lang.enums.EnumUtils
and will be removed in version 3.0. All classes in this package are deprecated and repackaged to
org.apache.commons.lang.enums
since enum
is a Java 1.5 keyword.Enum
s.Object.equals(Object)
methods.Throwable
objects.ExceptionUtils
to be created, although that is not
normally necessary.
java.text.MessageFormat
to allow pluggable/additional formatting
options for embedded format elements.Object
is
"equal" to this one.
null
.
true
if they are equal.
true
if they are equal ignoring
the case.
StringEscapeUtils.escapeJava(String)
This method will be removed in Commons Lang 3.0
String
value for a CSV column enclosed in double quotes,
if required.
String
value for a CSV column enclosed in double quotes,
if required.
String
using HTML entities.
String
using HTML entities and writes
them to a Writer
.
String
using Java String rules.
String
using Java String rules to
a Writer
.
String
using JavaScript String rules.
String
using JavaScript String rules
to a Writer
.
String
to be suitable to pass to
an SQL query.
String
using XML entities.
String
using XML entities.
CharSet.getInstance(String[])
.
Method will be removed in Commons Lang 3.0.
file.encoding
System Property.
file.separator
System Property.
Fraction
representation of 4/5.
SimpleDateFormat
.FloatRange
represents an inclusive range of float
s.FloatRange
using the specified
number as both the minimum and maximum in this range.
FloatRange
using the specified
number as both the minimum and maximum in this range.
FloatRange
with the specified
minimum and maximum numbers (both inclusive).
FloatRange
with the specified
minimum and maximum numbers (both inclusive).
Fraction
is a Number
implementation that
stores fractions accurately.float
.
Date
, Calendar
or
Long
(milliseconds) object.
long
value.
Date
object.
Calendar
object.
long
value into the
supplied StringBuffer
.
Date
object into the
supplied StringBuffer
.
Calendar
object into the
supplied StringBuffer
.
List
of all interfaces implemented by the given
class and its superclasses.
List
of superclasses for the given class.
Throwable
to obtain the cause.
Throwable
to obtain the cause.
Nestable
to be thrown.
StringUtils.substringAfterLast(String, String)
instead
(although this doesn't include the separator)
Method will be removed in Commons Lang 3.0.
className
using the
classLoader
.
className
using the classLoader
.
className
using the current thread's context class loader.
className
using the
current thread's context class loader.
ToStringStyle
to use.
Enum
object by class and name.
Enum
object by class and name.
ValuedEnum
object by class and value.
Enum
object by class and value.
Enum
object by class and name.
Enum
object by class and name.
ValuedEnum
object by class and value.
Enum
object by class and value.
List
of Enum
objects using the
Enum
class.
List
of Enum
objects using
the Enum
class.
List
of Enum
objects using the
Enum
class.
List
of Enum
objects using
the Enum
class.
Map
of Enum
objects by
name using the Enum
class.
Map
of Enum
objects by
name using the Enum
class.
Map
of Enum
objects by
name using the Enum
class.
Map
of Enum
objects by
name using the Enum
class.
Fraction
instance with the 2 parts
of a fraction Y/Z.
Fraction
instance with the 3 parts
of a fraction X Y/Z.
Fraction
instance from a double
value.
String
.
File
.
File
.
SystemUtils.JAVA_VERSION_FLOAT
instead.
Method will be removed in Commons Lang 3.0.
double
.
double
.
double
.
double
.
double
.
float
.
float
.
float
.
float
.
float
.
int
.
int
.
int
.
int
.
int
.
long
.
long
.
long
.
long
.
long
.
Throwable
in the chain
of Throwable
s at the specified index, numbered from 0.
Throwable
.
Throwable
in the chain
of Throwable
s at the specified index, numbered from 0.
Throwable
in the chain of Throwable
s at the
specified index, numbered from 0.
Nestable
and any nested Throwable
s.
Throwable
in the chain
of Throwable
s at the specified index, numbered from 0.
Throwable
in the chain
of Throwable
s at the specified index, numbered from 0.
Throwable
in the chain
of Throwable
s at the specified index, numbered from 0.
Throwable
objects.
Throwable
s
in an array of Strings, one element for each message.
Throwable
s in an array of Strings, one element
for each message.
Throwable
s
in an array of Strings, one element for each message. Any
Throwable
not containing a message is represented in the
array by a null. This has the effect of cause the length of the returned
array to be equal to the result of the Nestable.getThrowableCount()
operation.
Throwable
s
in an array of Strings, one element for each message. Any
Throwable
not containing a message is represented in the
array by a null. This has the effect of cause the length of the returned
array to be equal to the result of the Nestable.getThrowableCount()
operation.
Throwable
s
in an array of Strings, one element for each message. Any
Throwable
not containing a message is represented in the
array by a null. This has the effect of cause the length of the returned
array to be equal to the result of the Nestable.getThrowableCount()
operation.
double
.
double
.
double
.
double
.
double
.
float
.
float
.
float
.
float
.
float
.
int
.
int
.
int
.
int
.
int
.
long
.
long
.
long
.
long
.
long
.
StringUtils.substringBetween(String, String)
.
Method will be removed in Commons Lang 3.0.
StringUtils.substringBetween(String, String, String)
.
Method will be removed in Commons Lang 3.0.
null
found.
null
found.
Object
being output.
Object
.
Class
.
Object
.
Class
.
String
.
StringUtils.substringBefore(String,String)
instead
(although this doesn't include the separator).
Method will be removed in Commons Lang 3.0.
Class.getMethod
, however
it ensures that the returned Method is from a public class or interface and not
from an anonymous inner class.
Fraction
instance with the 2 parts
of a fraction Y/Z.
Throwable
to obtain the root cause.
Throwable
.
Object
.
Class
.
Object
.
Class
.
Collection
,
Map
or Array
size is output.
Collection
,
Map
or array size is output.
Collection
,
Map
or Array
size is output.
Collection
,
Map
or array size is output.
Throwable
object, decomposing it into a list of
stack frames.
Throwable
object, decomposing it into a list of
stack frames.
StringBuffer
being populated.
ToStringStyle
being used.
Object
is
output in summary mode.
Object
is
output in summary mode.
Object
is
output in summary mode.
Object
is
output in summary mode.
Throwable
in the chain by index.
Throwable
in the chain of
Throwable
s at the specified index, numbered from 0.
Throwable
in the chain of
Throwable
s at the specified index, numbered from 0.
Throwable
in the chain of
Throwable
s at the specified index, numbered from 0.
Throwable
in the chain of
Throwable
s at the specified index, numbered from 0.
Throwable
in the chain of
Throwable
s at the specified index, numbered from 0.
Throwable
s represented by
this Nestable
, including this Nestable
.
Throwable
objects in the
exception chain.
Throwable
s represented by
this Nestable
, including this Nestable
.
Throwable
s contained in the
Nestable
contained by this delegate.
Throwable
s represented by
this Nestable
, including this Nestable
.
Throwable
s represented by
this Nestable
, including this Nestable
.
Throwable
s represented by
this Nestable
, including this Nestable
.
Throwable
objects in the
exception chain.
Nestable
and any nested Throwable
s
in an array of Throwable
s, one element for each
Throwable
.
Throwable
objects in the
exception chain.
Nestable
and any nested Throwable
s
in an array of Throwable
s, one element for each
Throwable
.
Nestable
and any nested
Throwable
s in an array of Throwable
s, one
element for each Throwable
.
Nestable
and any nested Throwable
s
in an array of Throwable
s, one element for each
Throwable
.
Nestable
and any nested Throwable
s
in an array of Throwable
s, one element for each
Throwable
.
Nestable
and any nested Throwable
s
in an array of Throwable
s, one element for each
Throwable
.
true
if the time zone of the
calendar overrides the time zone of the formatter.
File
.
File
.
java.lang.reflect.Field.get(Object)
.
Object.hashCode()
methods.hashCode
.
null
.
0
if the value is null
.
-1
.
"$"
.
'$' == 36
.
FastDateFormat
and SimpleDateFormat
for the ISO8601 period format used in durations.
true
if this is Java version 1.1 (also 1.1.x versions).
true
if this is Java version 1.2 (also 1.2.x versions).
true
if this is Java version 1.3 (also 1.3.x versions).
true
if this is Java version 1.4 (also 1.4.x versions).
true
if this is Java version 1.5 (also 1.5.x versions).
true
if this is Java version 1.6 (also 1.6.x versions).
true
if this is AIX.
true
if this is HP-UX.
true
if this is Irix.
true
if this is Linux.
true
if this is Mac.
true
if this is Mac.
true
if this is OS/2.
true
if this is Solaris.
true
if this is SunOS.
true
if this is a POSIX compilant system,
as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
true
if this is Windows.
true
if this is Windows 2000.
true
if this is Windows 95.
true
if this is Windows 98.
true
if this is Windows ME.
true
if this is Windows NT.
true
if this is Windows Vista.
true
if this is Windows XP.
IntRange
represents an inclusive range of int
s.IntRange
using the specified
number as both the minimum and maximum in this range.
IntRange
using the specified
number as both the minimum and maximum in this range.
IntRange
with the specified
minimum and maximum numbers (both inclusive).
IntRange
with the specified
minimum and maximum numbers (both inclusive).
Object
if a class did not override toString itself.
Object
if a class did not override toString itself.
number
occurs within
this range using double
comparison.
double
comparison.
null
.
null
.
null
.
null
.
Throwable
that matches the specified class (exactly) in the exception chain.
Throwable
that matches the specified type in the exception chain from
a specified index.
Throwable
s.
Throwable
that matches the specified type, or a subclass, in the chain of Throwable
s
with an index greater than or equal to the specified index.
Throwable
that matches the specified type, or a subclass, in the chain of Throwable
s
with an index greater than or equal to the specified index.
Throwable
s.
The method returns -1 if the specified type is not found in the chain.
NOTE: From v2.1, we have clarified the Nestable
interface
such that this method matches subclasses.
If you want to NOT match subclasses, please use
ExceptionUtils.indexOfThrowable(Throwable, Class)
(which is avaiable in all versions of lang).
Throwable
that matches the specified type, or a subclass, in the chain of Throwable
s
with an index greater than or equal to the specified index.
The method returns -1 if the specified type is not found in the chain.
NOTE: From v2.1, we have clarified the Nestable
interface
such that this method matches subclasses.
If you want to NOT match subclasses, please use
ExceptionUtils.indexOfThrowable(Throwable, Class, int)
(which is avaiable in all versions of lang).
Throwable
s.
The method returns -1 if the specified type is not found in the chain.
NOTE: From v2.1, we have clarified the Nestable
interface
such that this method matches subclasses.
If you want to NOT match subclasses, please use
ExceptionUtils.indexOfThrowable(Throwable, Class)
(which is avaiable in all versions of lang).
Throwable
that matches the specified type, or a subclass, in the chain of Throwable
s
with an index greater than or equal to the specified index.
The method returns -1 if the specified type is not found in the chain.
NOTE: From v2.1, we have clarified the Nestable
interface
such that this method matches subclasses.
If you want to NOT match subclasses, please use
ExceptionUtils.indexOfThrowable(Throwable, Class, int)
(which is avaiable in all versions of lang).
Throwable
s.
The method returns -1 if the specified type is not found in the chain.
NOTE: From v2.1, we have clarified the Nestable
interface
such that this method matches subclasses.
If you want to NOT match subclasses, please use
ExceptionUtils.indexOfThrowable(Throwable, Class)
(which is avaiable in all versions of lang).
Throwable
that matches the specified type, or a subclass, in the chain of Throwable
s
with an index greater than or equal to the specified index.
The method returns -1 if the specified type is not found in the chain.
NOTE: From v2.1, we have clarified the Nestable
interface
such that this method matches subclasses.
If you want to NOT match subclasses, please use
ExceptionUtils.indexOfThrowable(Throwable, Class, int)
(which is avaiable in all versions of lang).
Throwable
that matches the specified class or subclass in the exception chain.
Throwable
that matches the specified type in the exception chain from
a specified index.
int
.
' '
).
Class
can be assigned to a variable of
another Class
.
Throwable
objects include the given name.
String
contains only
digit characters.
String
contains only
digit characters.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
true
if the fields that have been checked
are all equal.
Boolean
value is false
,
handling null
by returning false
.
SystemUtils.JAVA_AWT_HEADLESS
value is true
.
CharRange
negated.
Throwable
class can store a cause.
Boolean
value is not false
,
handling null
by returning true
.
Boolean
value is not true
,
handling null
by returning true
.
' '
).
null
arrays as length 0
.
null
arrays as length 0
.
null
arrays as length 0
.
null
arrays as length 0
.
null
arrays as length 0
.
null
arrays as length 0
.
null
arrays as length 0
.
null
arrays as length 0
.
null
arrays as length 0
.
StandardToStringStyle.isUseShortClassName()
Method will be removed in Commons Lang 3.0.
ToStringStyle.isUseShortClassName()
Method will be removed in Commons Lang 3.0.
getCause
method.
Boolean
value is true
,
handling null
by returning false
.
IllegalArgumentException
if the test result is false
.
IllegalArgumentException
if the test result is false
.
IllegalArgumentException
if the test result is false
.
IllegalArgumentException
if the test result is false
.
IllegalArgumentException
if the test result is false
.
Iterator
over the Enum
objects in
an Enum
class.
Iterator
over the Enum
objects
in an Enum
class.
Iterator
over the Enum
objects in
an Enum
class.
Iterator
over the Enum
objects
in an Enum
class.
Iterator
over each day in a date
range defined by a focus date and range style.
Iterator
over each day in a date
range defined by a focus date and range style.
Iterator
over each day in a date
range defined by a focus date and range style.
java.awt.fonts
System Property.
java.awt.graphicsenv
System Property.
java.awt.headless
System Property.
java.awt.printerjob
System Property.
java.class.path
System Property.
java.class.version
System Property.
java.compiler
System Property.
java.endorsed.dirs
System Property.
java.ext.dirs
System Property.
java.home
System Property.
java.io.tmpdir
System Property.
java.library.path
System Property.
java.runtime.name
System Property.
java.runtime.version
System Property.
java.specification.name
System Property.
java.specification.vendor
System Property.
java.specification.version
System Property.
java.util.prefs.PreferencesFactory
System Property.
java.vendor
System Property.
java.vendor.url
System Property.
java.version
System Property.
float
.
int
.
String
trimming leading letters.
java.vm.info
System Property.
java.vm.name
System Property.
java.vm.specification.name
System Property.
java.vm.specification.vendor
System Property.
java.vm.specification.version
System Property.
java.vm.vendor
System Property.
java.vm.version
System Property.
JVMRandom
is a wrapper that supports all possible
Random methods via the Math.random()
method
and its system-wide Random
object.JVMRandom
.
Iterator
into
a single String containing the provided elements.
Iterator
into
a single String containing the provided elements.
Collection
into
a single String containing the provided elements.
Collection
into
a single String containing the provided elements.
linefeed LF ('\n').
line.separator
System Property.
Locale
.LocaleUtils
instances should NOT be constructed in standard programming.
LongRange
represents an inclusive range of long
s.LongRange
using the specified
number as both the minimum and maximum in this range.
LongRange
using the specified
number as both the minimum and maximum in this range.
LongRange
with the specified
minimum and maximum numbers (both inclusive).
LongRange
with the specified
minimum and maximum numbers (both inclusive).
null
.
null
.
null
.
null
.
len
characters of a String.
0
if the String is null
.
long
.
String.toLowerCase()
.
boolean
wrapper.byte
wrapper.double
wrapper.float
wrapper.int
wrapper.long
wrapper.Object
wrapper.null
.
short
wrapper.double
values.
double
values.
float
values.
float
values.
long
values.
int
values.
short
values.
byte
values.
double
values.
float
values.
long
values.
int
values.
len
characters from the middle of a String.
double
values.
double
values.
float
values.
float
values.
long
values.
int
values.
short
values.
byte
values.
double
values.
float
values.
long
values.
int
values.
null
placeholder where
null
has another meaning.
Throwable
extensions which would like to be able to nest root exceptions
inside themselves.NestableDelegate
instance to manage the
specified Nestable
.
NestableError
without specified
detail message.
NestableError
with specified
detail message.
NestableError
with specified
nested Throwable
.
NestableError
with specified
detail message and nested Throwable
.
NestableException
without specified
detail message.
NestableException
with specified
detail message.
NestableException
with specified
nested Throwable
.
NestableException
with specified
detail message and nested Throwable
.
NestableRuntimeException
without specified
detail message.
NestableRuntimeException
with specified
detail message.
NestableRuntimeException
with specified
nested Throwable
.
NestableRuntimeException
with specified
detail message and nested Throwable
.
NotImplementedException
with default message.
NotImplementedException
with specified
detail message.
NotImplementedException
with specified
nested Throwable
and default message.
NotImplementedException
with specified
detail message and nested Throwable
.
NotImplementedException
referencing the specified class.
null
and should
not have been.NumberRange
using
number
as both the minimum and maximum in
this range.
NumberRange
with the specified
minimum and maximum numbers.
NumberRange
represents an inclusive range of
Number
objects of the same type.NumberRange
using the specified
number as both the minimum and maximum in this range.
NumberRange
with the specified
minimum and maximum numbers (both inclusive).
NumberUtils
instances should NOT be constructed in standard programming.
NumberUtils
instances should NOT be constructed in standard programming.
0.0
and 1.0
from the Math.random()
sequence.
0.0
and 1.0
from the given Random
sequence.
0.0
and 1.0
from the Math.random()
sequence.
0.0
and 1.0
from the Math.random()
sequence.
0.0
and 1.0
from the given Random
sequence.
0
(inclusive) and the specified value (exclusive), from
the Math.random() sequence.
random
sequence.
0
(inclusive) and the specified value
(exclusive), from the Math.random() sequence.
0
(inclusive) and the specified value
(exclusive), from the given Random sequence.
0
(inclusive) and the specified value (exclusive), from
the Math.random() sequence.
IllegalArgumentException
if the argument array has null
elements or is
null
.
IllegalArgumentException
if the argument array has null
elements or is
null
.
IllegalArgumentException
if the argument Collection has null
elements or is
null
.
IllegalArgumentException
if the argument Collection has null
elements or is
null
.
IllegalArgumentException
if the argument array is empty (null
or no elements).
IllegalArgumentException
if the argument array is empty (null
or no elements).
IllegalArgumentException
if the argument Collection is empty (null
or no elements).
IllegalArgumentException
if the argument Collection is empty (null
or no elements).
IllegalArgumentException
if the argument Map is empty (null
or no elements).
IllegalArgumentException
if the argument Map is empty (null
or no elements).
IllegalArgumentException
if the argument String is empty (null
or zero length).
IllegalArgumentException
if the argument String is empty (null
or zero length).
IllegalArgumentException
if the argument is null
.
IllegalArgumentException
if the argument is null
.
Fraction
representation of 1.
Fraction
representation of 1/5.
Fraction
representation of 1/2.
Fraction
representation of 1/4.
Fraction
representation of 1/3.
os.arch
System Property.
os.name
System Property.
os.version
System Property.
Object
.ObjectUtils
instances should NOT be constructed in
standard programming.
null
has another meaning.null
.
java.lang
and other standard core classes.equals(Object)
, toString()
,
hashCode()
, and compareTo(Object)
methods.org.apache.commons.lang.enums
and will be removed in version 3.0.enum
in the Java world.java.math
for business mathematical classes.java.text
.double
comparison.
double
comparison.
float
comparison.
int
comparison.
long
comparison.
StringUtils.overlay(String, String, int, int)
instead.
Method will be removed in Commons Lang 3.0.
"."
.
'.' == 46
.
path.separator
System Property.
StringUtils.substringAfter(String,String)
instead.
Method will be removed in Commons Lang 3.0.
NestableDelegate
to write
individual stack traces to a buffer. The implementation of
this method should call
super.printStackTrace(out);
in most cases.
NestableDelegate
to write
individual stack traces to a buffer. The implementation of
this method should call
super.printStackTrace(out);
in most cases.
NestableDelegate
to write
individual stack traces to a buffer. The implementation of
this method should call
super.printStackTrace(out);
in most cases.
System.err
.
String
s.RandomStringUtils
instances should NOT be constructed in
standard programming.
RandomUtils
is a wrapper that supports all possible
Random
methods via the Math.random()
method and its system-wide Random
object.Range
represents a range of numbers of the same type.Object.toString()
methods using reflection.ReflectionToStringBuilder.ReflectionToStringBuilder(Object,ToStringStyle,StringBuffer,Class,boolean,boolean)
.
toString
an Object
array.
toString
the detail of an array type.
Object
s via reflection.
Object
s via reflection.
Object
s via reflection.
Object
s via reflection.
Object
s via reflection.
Object
s via reflection.
Object
s
are equal.
Object
s
are equal.
Object
s
are equal.
Object
s
are equal.
Object
s
are equal.
Object
s
are equal.
HashCodeBuilder.reflectionHashCode(int, int, Object, boolean, Class, String[])
with excludeFields set to
null
.
ReflectionToStringBuilder
.
ReflectionToStringBuilder
.
ReflectionToStringBuilder
.
ReflectionToStringBuilder
.
Throwable
objects.
repeat
times to form a
new String.
max
values of the search String.
StringBuffer.reverse()
.
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.
len
characters of a String.
SerializationException
without specified
detail message.
SerializationException
with specified
detail message.
SerializationException
with specified
nested Throwable
.
SerializationException
with specified
detail message and nested Throwable
.
ToStringBuilder
to create a toString
.StopWatch
provides a convenient API for timings.String
s for
Java, Java Script, HTML, XML, and SQL.StringEscapeUtils
instances should NOT be constructed in
standard programming.
String
that are
null
safe.StringUtils
instances should NOT be constructed in
standard programming.
java.lang.System
.Object
to the specified stream.
Object
to a byte array for
storage/serialization.
Throwable
using introspection, allowing
source code compatibility between pre-1.4 and post-1.4 Java releases.
ToStringStyle
to use.
isEquals
value.
null
found.
null
found.
StandardToStringStyle.setUseShortClassName(boolean)
Method will be removed in Commons Lang 3.0.
ToStringStyle.setUseShortClassName(boolean)
Method will be removed in Commons Lang 3.0.
Collection
,
Map
or Array
size is output.
Collection
,
Map
or array size is output.
Collection
,
Map
or Array
size is output.
Collection
,
Map
or array size is output.
Object
is
output in summary mode.
Object
is
output in summary mode.
Object
is
output in summary mode.
Object
is
output in summary mode.
java.lang.Character.getType(char)
.
java.lang.Character.getType(char)
.
String
to an int
, returning
zero
if the conversion fails.
String
to an int
, returning a
default value if the conversion fails.
NumberUtils.toInt(String)
This method will be removed in Commons Lang 3.0
NumberUtils.toInt(String, int)
This method will be removed in Commons Lang 3.0
null
input.
null
if the String is empty ("") after the strip.
long
array containing the elements
between the start and end indices.
int
array containing the elements
between the start and end indices.
short
array containing the elements
between the start and end indices.
char
array containing the elements
between the start and end indices.
byte
array containing the elements
between the start and end indices.
double
array containing the elements
between the start and end indices.
float
array containing the elements
between the start and end indices.
boolean
array containing the elements
between the start and end indices.
System properties
to lookup the key to value.
Fraction
representation of 3/5.
Fraction
representation of 3/4.
Fraction
representation of 2/5.
Fraction
representation of 2/4.
Fraction
representation of 2/3.
Object.toString()
methods.ToStringBuilder
.
ToStringBuilder
specifying the
output style.
ToStringBuilder
.
String
formatting for ToStringBuilder
.null
by returning false
.
zero
is false
.
null
.
zero
is false
.
zero
is false
.
null
.
null
.
Object
in to an array of Class
objects.
builder
has judged the "left-hand" side
as less than, greater than, or equal to the "right-hand"
side.
String
to a double
, returning
0.0d
if the conversion fails.
String
to a double
, returning a
default value if the conversion fails.
String
to a float
, returning
0.0f
if the conversion fails.
String
to a float
, returning a
default value if the conversion fails.
hashCode
.
String
to an int
, returning
zero
if the conversion fails.
String
to an int
, returning a
default value if the conversion fails.
zero
is false
.
zero
is false
.
zero
is false
.
String
to a long
, returning
zero
if the conversion fails.
String
to a long
, returning a
default value if the conversion fails.
Map
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
String
in the format X Y/Z.
null
as an empty array.
null
s.
toString
of an Object
returning
an empty string ("") if null
input.
toString
of an Object
returning
a specified text if null
input.
toString
value using the default ToStringStyle
through reflection.
toString
value through reflection.
toString
value through reflection.
toString
value through reflection.
toString
value through reflection.
ReflectionToStringBuilder.toString(Object,ToStringStyle,boolean,boolean,Class)
toString
.
Enum
item.
Enum
item.
String
.
String
.
String
.
String
.
String
.
String
.
String
.
'on'
,
'off'
, or null
.
'on'
or 'off'
.
'true'
,
'false'
, or null
.
'true'
or 'false'
.
'yes'
,
'no'
, or null
.
'yes'
or 'no'
.
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
null
by returning
null
.
null
.
null
if the String is
empty ("") after the trim or if it is null
.
user.country
or user.region
System Property.
user.dir
System Property.
user.home
System Property.
user.language
System Property.
user.name
System Property.
user.timezone
System Property.
StringUtils.uncapitalize(String)
.
Method will be removed in Commons Lang 3.0.
Character.toLowerCase(char)
.
String
value for an unescaped CSV column.
String
value for an unescaped CSV column.
String
.
String
to a
Writer
.
String
.
String
to a
Writer
.
String.toUpperCase()
.
org.apache.commons.lang.enums.ValuedEnum
and will be removed in version 3.0. All classes in this package are deprecated and repackaged to
org.apache.commons.lang.enums
since enum
is a Java 1.5 keyword.switch
statements.WordUtils
instances should NOT be constructed in
standard programming.
' '
.
' '
.
Fraction
representation of 0.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |