|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
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 Objects.
builder the comparison of
two Objects.
builder the comparison of
two longs.
builder the comparison of
two ints.
builder the comparison of
two shorts.
builder the comparison of
two chars.
builder the comparison of
two bytes.
builder the comparison of
two doubles.
builder the comparison of
two floats.
builder the comparison of
two booleanss.
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.
Objects are equal using their
equals method.
long s are equal.
ints are equal.
shorts are equal.
chars are equal.
bytes are equal.
doubles are equal by testing that the
pattern of bits returned by doubleToLong are equal.
floats are equal byt testing that the
pattern of bits returned by doubleToLong are equal.
booleanss 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.
- 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(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
- Appends the toString that would be produced by
Object
if a class did not override toString itself.
- appendInternal(StringBuffer, String, Object, boolean) -
Method in class org.apache.commons.lang.builder.ToStringStyle
- Append to the
toString an Object,
correctly interpreting its type.
- 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.
- 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.
- applyRules(Calendar, StringBuffer) -
Method in class org.apache.commons.lang.time.FastDateFormat
- Performs the formatting by applying the rules to the
specified calendar.
- ArrayUtils - Class in org.apache.commons.lang
- Operations on arrays, primitive arrays (like
int[]) and
primitive wrapper arrays (like Integer[]). - ArrayUtils() -
Constructor for class org.apache.commons.lang.ArrayUtils
- ArrayUtils instances should NOT be constructed in standard programming.
- 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.
BooleanUtils instances should NOT be constructed in standard programming.
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.
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.
CharSets.CharUtils instances should NOT be constructed in standard programming.
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.