|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
NumericEntityEscaper
above the specified value (exclusive).
UnicodeEscaper
above the specified value (exclusive).
Field
.
CharSet
.
BackgroundInitializer
to this object.
Annotation
instances.AnnotationUtils
instances should NOT be constructed in
standard programming.
EntityArrays.APOS_ESCAPE()
for unescaping purposes.
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.
Formattable
operations of truncate-pad-append,
with no ellipsis on precision overflow, and padding width underflow with
spaces.
Formattable
operations of truncate-pad-append,
with no ellipsis on precision overflow.
Formattable
operations of truncate-pad-append,
padding width underflow with spaces.
Formattable
operations of truncate-pad-append.
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.lang3.builder.ToStringStyle
- Append to the
toString
a long
value.
- appendDetail(StringBuffer, String, int) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
an int
value.
- appendDetail(StringBuffer, String, short) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a short
value.
- appendDetail(StringBuffer, String, byte) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a byte
value.
- appendDetail(StringBuffer, String, char) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a char
value.
- appendDetail(StringBuffer, String, double) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a double
value.
- appendDetail(StringBuffer, String, float) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a float
value.
- appendDetail(StringBuffer, String, boolean) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a boolean
value.
- appendDetail(StringBuffer, String, Object[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the detail of an
Object
array.
- appendDetail(StringBuffer, String, long[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the detail of a
long
array.
- appendDetail(StringBuffer, String, int[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the detail of an
int
array.
- appendDetail(StringBuffer, String, short[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the detail of a
short
array.
- appendDetail(StringBuffer, String, byte[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the detail of a
byte
array.
- appendDetail(StringBuffer, String, char[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the detail of a
char
array.
- appendDetail(StringBuffer, String, double[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the detail of a
double
array.
- appendDetail(StringBuffer, String, float[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the detail of a
float
array.
- appendDetail(StringBuffer, String, boolean[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the detail of a
boolean
array.
- appendEnd(StringBuffer, Object) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the end of data indicator.
- appendFieldEnd(StringBuffer, String) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString the field end.
- appendFieldSeparator(StringBuffer) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the field separator.
- appendFieldsIn(Class<?>) -
Method in class org.apache.commons.lang3.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.lang3.builder.ToStringStyle
- Append to the
toString
the field start.
- appendFixedWidthPadLeft(Object, int, char) -
Method in class org.apache.commons.lang3.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.lang3.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.lang3.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.lang3.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.lang3.builder.ToStringStyle
- Append the
System.identityHashCode(java.lang.Object)
.
- appendInternal(StringBuffer, String, Object, boolean) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
an Object
,
correctly interpreting its type.
- appendln(Object) -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends an object followed by a new line to this string builder.
- appendln(String) -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends a string followed by a new line to this string builder.
- appendln(String, int, int) -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends part of a string followed by a new line to this string builder.
- appendln(StringBuffer) -
Method in class org.apache.commons.lang3.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.lang3.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.lang3.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.lang3.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.lang3.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.lang3.text.StrBuilder
- Appends a char array followed by a new line to the string builder.
- appendln(boolean) -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends a boolean value followed by a new line to the string builder.
- appendln(char) -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends a char value followed by a new line to the string builder.
- appendln(int) -
Method in class org.apache.commons.lang3.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.lang3.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.lang3.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.lang3.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.lang3.text.StrBuilder
- Appends the new line string to this string builder.
- appendNull() -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends the text representing
null
to this string builder.
- appendNullText(StringBuffer, String) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
an indicator for null
.
- appendPadding(int, char) -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends the pad character to the builder the specified number of times.
- appendSeparator(String) -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends a separator if the builder is currently non-empty.
- appendSeparator(String, String) -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends one of both separators to the StrBuilder.
- appendSeparator(char) -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends a separator if the builder is currently non-empty.
- appendSeparator(char, char) -
Method in class org.apache.commons.lang3.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(String, int) -
Method in class org.apache.commons.lang3.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.lang3.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.lang3.builder.ToStringStyle
- Append to the
toString
the start of data indicator.
- appendSummary(StringBuffer, String, Object) -
Method in class org.apache.commons.lang3.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.lang3.builder.ToStringStyle
- Append to the
toString
a summary of an
Object
array.
- appendSummary(StringBuffer, String, long[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a summary of a
long
array.
- appendSummary(StringBuffer, String, int[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a summary of an
int
array.
- appendSummary(StringBuffer, String, short[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a summary of a
short
array.
- appendSummary(StringBuffer, String, byte[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a summary of a
byte
array.
- appendSummary(StringBuffer, String, char[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a summary of a
char
array.
- appendSummary(StringBuffer, String, double[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a summary of a
double
array.
- appendSummary(StringBuffer, String, float[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a summary of a
float
array.
- appendSummary(StringBuffer, String, boolean[]) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a summary of a
boolean
array.
- appendSummarySize(StringBuffer, String, int) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
a size summary.
- appendSuper(int) -
Method in class org.apache.commons.lang3.builder.CompareToBuilder
- Appends to the
builder
the compareTo(Object)
result of the superclass.
- appendSuper(boolean) -
Method in class org.apache.commons.lang3.builder.EqualsBuilder
- Adds the result of
super.equals()
to this builder.
- appendSuper(int) -
Method in class org.apache.commons.lang3.builder.HashCodeBuilder
-
Adds the result of super.hashCode() to this builder.
- appendSuper(String) -
Method in class org.apache.commons.lang3.builder.ToStringBuilder
- Append the
toString
from the superclass.
- appendSuper(StringBuffer, String) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
the superclass toString.
- appendToString(String) -
Method in class org.apache.commons.lang3.builder.ToStringBuilder
- Append the
toString
from another object.
- appendToString(StringBuffer, String) -
Method in class org.apache.commons.lang3.builder.ToStringStyle
- Append to the
toString
another toString.
- appendWithSeparators(Object[], String) -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends an array placing separators between each value, but
not before the first or after the last.
- appendWithSeparators(Iterable<?>, String) -
Method in class org.apache.commons.lang3.text.StrBuilder
- Appends a iterable placing separators between each value, but
not before the first or after the last.
- appendWithSeparators(Iterator<?>, String) -
Method in class org.apache.commons.lang3.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.lang3.text.ExtendedMessageFormat
- Apply the specified pattern.
- applyRules(Calendar, StringBuffer) -
Method in class org.apache.commons.lang3.time.FastDateFormat
- Performs the formatting by applying the rules to the
specified calendar.
- ArrayUtils - Class in org.apache.commons.lang3
- Operations on arrays, primitive arrays (like
int[]
) and
primitive wrapper arrays (like Integer[]
). - ArrayUtils() -
Constructor for class org.apache.commons.lang3.ArrayUtils
- ArrayUtils instances should NOT be constructed in standard programming.
- ASCII_ALPHA -
Static variable in class org.apache.commons.lang3.CharSet
- A CharSet defining ASCII alphabetic characters "a-zA-Z".
- ASCII_ALPHA_LOWER -
Static variable in class org.apache.commons.lang3.CharSet
- A CharSet defining ASCII alphabetic characters "a-z".
- ASCII_ALPHA_UPPER -
Static variable in class org.apache.commons.lang3.CharSet
- A CharSet defining ASCII alphabetic characters "A-Z".
- ASCII_NUMERIC -
Static variable in class org.apache.commons.lang3.CharSet
- A CharSet defining ASCII alphabetic characters "0-9".
- asReader() -
Method in class org.apache.commons.lang3.text.StrBuilder
- Gets the contents of this builder as a Reader.
- asTokenizer() -
Method in class org.apache.commons.lang3.text.StrBuilder
- Creates a tokenizer that can tokenize the contents of this builder.
- asWriter() -
Method in class org.apache.commons.lang3.text.StrBuilder
- Gets this builder as a Writer that can be written to.
- atLeast(JavaVersion) -
Method in enum org.apache.commons.lang3.JavaVersion
- Whether this version of Java is at least the version of Java passed in.
- AtomicInitializer<T> - Class in org.apache.commons.lang3.concurrent
-
A specialized implementation of the
ConcurrentInitializer
interface
based on an AtomicReference
variable. - AtomicInitializer() -
Constructor for class org.apache.commons.lang3.concurrent.AtomicInitializer
-
- AtomicSafeInitializer<T> - Class in org.apache.commons.lang3.concurrent
-
A specialized
ConcurrentInitializer
implementation which is similar
to AtomicInitializer
, but ensures that the AtomicSafeInitializer.initialize()
method is called only once. - AtomicSafeInitializer() -
Constructor for class org.apache.commons.lang3.concurrent.AtomicSafeInitializer
-
- availableLocaleList() -
Static method in class org.apache.commons.lang3.LocaleUtils
- Obtains an unmodifiable list of installed locales.
- availableLocaleSet() -
Static method in class org.apache.commons.lang3.LocaleUtils
- Obtains an unmodifiable set of installed locales.
- AWT_TOOLKIT -
Static variable in class org.apache.commons.lang3.SystemUtils
-
The
awt.toolkit
System Property.
BackgroundInitializer
.
BackgroundInitializer
and initializes
it with the given ExecutorService
.
EntityArrays.BASIC_ESCAPE()
for unescaping purposes.
ThreadFactory
interface that provides some
configuration options for the threads it creates.BasicThreadFactory
.NumericEntityEscaper
below the specified value (exclusive).
UnicodeEscaper
below the specified value (exclusive).
NumericEntityEscaper
between the specified values (inclusive).
UnicodeEscaper
between the specified values (inclusive).
BooleanUtils
instances should NOT be constructed in standard programming.
builder
has judged the "left-hand" side
as less than, greater than, or equal to the "right-hand"
side.
true
if the fields that have been checked
are all equal.
hashCode
.
BasicThreadFactory
with all configuration
options that have been specified by calling methods on this builder.
BackgroundInitializer
implementation that wraps a
Callable
object.CallableBackgroundInitializer
and sets
the Callable
to be executed in a background thread.
CallableBackgroundInitializer
and
initializes it with the Callable
to be executed in a background
thread and the ExecutorService
for managing the background
execution.
Character.toTitleCase(char)
.
size
using the space character (' ').
size
.
size
.
CharSequence
that are
null
safe.CharSequenceUtils
instances should NOT be constructed in
standard programming.
CharSet
instances.CharUtils
instances should NOT be constructed in standard programming.
separator
from the end of
str
if it's there, otherwise leave it alone.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
Object
using serialization.
Comparable.compareTo(Object)
methods.ConcurrentException
.
ConcurrentException
and initializes it
with the given cause.
ConcurrentException
and initializes it
with the given message and cause.
ConcurrentRuntimeException
.
ConcurrentRuntimeException
and
initializes it with the given cause.
ConcurrentRuntimeException
and
initializes it with the given message and cause.
java.util.concurrent
package.Future
that is immediately done
and returns the specified constant value.
ConcurrentInitializer
interface
which always returns the same object.ConstantInitializer
and initializes it
with the object to be managed.
MethodUtils
.CharSet
contain the specified
character ch
.
null
.
null
.
null
.
List
of Class
objects, this method converts
them into class names.
List
of class names, this method converts them into classes.
carriage return CR ('\r').
String
to a BigDecimal
.
String
to a BigInteger
.
String
to a Double
.
String
to a Float
.
String
to a Integer
, handling
hex and octal notations.
EventListenerSupport.ProxyInvocationHandler
responsible for broadcasting calls
to the managed listeners.
String
to a Long
.
BasicThreadFactory
.
Calendar
and Date
object.DateUtils
instances should NOT be constructed in
standard programming.
null
, the value of defaultStr
.
null
, the value of defaultStr
.
null
.
null
, an empty String ("").
null
, the value of defaultStr
.
Character.isWhitespace(char)
.
Object
from the specified stream.
Object
from an array of bytes.
double
.
""
.
boolean
array.
Boolean
array.
byte
array.
Byte
array.
char
array.
Character
array.
Class
array.
double
array.
Double
array.
float
array.
Float
array.
int
array.
Integer
array.
long
array.
Long
array.
Object
array.
short
array.
Short
array.
String
array.
Annotation.equals(Object)
API docs.
CharSet
objects, returning true if they represent
exactly the same set of characters defined in the same way.
null
.
true
if they are equal.
Object.equals(Object)
methods.true
if they are equal ignoring
the case.
String
value for a CSV column enclosed in double quotes,
if required.
String
using EcmaScript String rules.
String
using HTML entities.
String
using HTML entities.
String
using Java String rules.
String
using XML entities.
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.ExecutionException
and
creates a ConcurrentException
with the checked cause if
necessary.
ExecutionException
and
creates a ConcurrentRuntimeException
with the checked cause if
necessary.
SimpleDateFormat
.file.encoding
System Property.
file.separator
System Property.
null
.
float
.
Date
, Calendar
or
Long
(milliseconds) object.
long
value.
Date
object using a GregorianCalendar
.
Calendar
object.
long
value into the
supplied StringBuffer
.
Date
object into the
supplied StringBuffer
using a GregorianCalendar
.
Calendar
object into the
supplied StringBuffer
.
Formattable
interface.FormattableUtils
instances should NOT be constructed in
standard programming.
Fraction
representation of 4/5.
Fraction
is a Number
implementation that
stores fractions accurately.ConcurrentInitializer
.
TimedSemaphore.acquire()
method for
the current period.
ExecutorService
that is actually used for executing
the background task.
List
of all interfaces implemented by the given
class and its superclasses.
List
of superclasses for the given class.
type
.
TimedSemaphore.acquire()
method that can
still be performed in the current period without blocking.
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.
Field
by name respecting scope.
Field
by name breaking scope
if requested.
ToStringStyle
to use.
null
if not found.
List
of enums.
Map
of enums by name.
ConcurrentException
object that was thrown by the
BackgroundInitializer
with the given name.
ExecutorService
to be used by this class.
Field
by name respecting scope.
Field
by name breaking scope
if requested.
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
.
Future
object that was created when BackgroundInitializer.start()
was called.
Object
if
TypeVariable.getBounds()
returns an empty array.
null
if
WildcardType.getLowerBounds()
returns an empty array.
Object
if
WildcardType.getUpperBounds()
returns an empty array.
BackgroundInitializer
with the given name.
File
.
File
.
null
found.
null
found.
Object
being output.
Object
.
Class
.
Object
.
Class
.
String
.
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.
BackgroundInitializer
with the given name.
Throwable
to obtain the root cause.
Throwable
.
Object
.
Class
.
Object
.
Class
.
aClass.getSimpleName()
aClass.getSimpleName()
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.
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.
BackgroundInitializer
objects in parallel.
Throwable
objects in the
exception chain.
Throwable
objects in the
exception chain.
Throwable
objects in the
exception chain.
Outer.Inner.DeepInner
.
UncaughtExceptionHandler
for the threads created by
this factory.
File
.
File
.
java.lang.reflect.Field.get(Object)
.
ThreadFactory
.
ExecutionException
.
ExecutionException
and transforms it into a
runtime exception.
Annotation.hashCode()
API docs.
hashCode
from toHashCode() is returned due to the likelihood
of bugs in mis-calling toHashCode() and the unlikeliness of it mattering what the hashCode for
HashCodeBuilder itself is.
0
if the value is null
.
null
.
Object.hashCode()
methods.hashCode
.
String
for the given
character.
EntityArrays.HTML40_EXTENDED_ESCAPE()
for unescaping purposes.
Object
if a class did not override toString itself.
Object
if a class did not override toString itself.
Object
elements.-1
.
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
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.
AtomicInitializer
.
AtomicInitializer
.
ConcurrentInitializer
and returns the
object produced by the initializer.
LazyInitializer
.
BackgroundInitializer
objects managed by the MultiBackgroundInitializer
.
ConcurrentInitializer
and transforms
occurring exceptions to runtime exceptions.
"$"
.
'$' == 36
.
this
and an overlapping Range.
int
.
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 Java version 1.7 (also 1.7.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 UNIX like 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 7.
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.
' '
).
Class
can be assigned to a variable of
another Class
.
Class
can be assigned to a variable of
another Class
.
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.
BackgroundInitializer
with the
given name caused an exception.
Boolean
value is false
,
handling null
by returning false
.
false
.
SystemUtils.JAVA_AWT_HEADLESS
value is true
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
null
.
Boolean
value is not false
,
handling null
by returning true
.
Boolean
value is not true
,
handling null
by returning true
.
' '
).
EntityArrays.ISO8859_1_ESCAPE()
for unescaping purposes.
FastDateFormat
and SimpleDateFormat
for the ISO8601 period format used in durations.
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
.
TimedSemaphore.shutdown()
method has been called on this
object.
BackgroundInitializer
has already
been started.
Boolean
value is true
,
handling null
by returning false
.
true
.
true
; otherwise
throwing an exception with the specified message.
true
; otherwise
throwing an exception with the specified message.
true
; otherwise
throwing an exception with the specified message.
true
; otherwise
throwing an exception.
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.
EntityArrays.JAVA_CTRL_CHARS_ESCAPE()
for unescaping purposes.
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.
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.
Iterator
into
a single String containing the provided elements.
Iterator
into
a single String containing the provided elements.
Iterable
into
a single String containing the provided elements.
Iterable
into
a single String containing the provided elements.
null
.
null
.
null
.
null
.
null
.
len
characters of a String.
0
if the CharSequence is
null
.
linefeed LF ('\n').
line.separator
System Property.
Locale
.LocaleUtils
instances should NOT be constructed in standard programming.
long
.
String.toLowerCase()
.
String.toLowerCase(Locale)
.
double
values.
double
values.
float
values.
float
values.
long
values.
int
values.
short
values.
byte
values.
double
values.
float
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.
BackgroundInitializer
implementation that can deal with
multiple background initialization tasks.MultiBackgroundInitializer
.
MultiBackgroundInitializer
and
initializes it with the given external ExecutorService
.
MultiBackgroundInitializer
.boolean
wrapper.byte
wrapper.double
wrapper.float
wrapper.int
wrapper.long
wrapper.Object
wrapper.null
.
Object
elements.short
wrapper.BasicThreadFactory
.
null
nor contains any elements that are null
;
otherwise throwing an exception with the specified message.
null
nor contains any elements that are null
;
otherwise throwing an exception.
null
nor contains any elements that are null
;
otherwise throwing an exception with the specified message.
null
nor contains any elements that are null
;
otherwise throwing an exception.
null
, a length of zero (no characters), empty
nor whitespace; otherwise throwing an exception with the specified
message.
null
, a length of zero (no characters), empty
nor whitespace; otherwise throwing an exception.
null
nor a length of zero (no elements); otherwise throwing an exception
with the specified message.
null
nor a length of zero (no elements); otherwise throwing an exception.
null
nor a size of zero (no elements); otherwise throwing an exception
with the specified message.
null
nor a size of zero (no elements); otherwise throwing an exception.
null
nor a size of zero (no elements); otherwise throwing an exception
with the specified message.
null
nor a size of zero (no elements); otherwise throwing an exception.
null
nor a length of zero (no characters);
otherwise throwing an exception with the specified message.
null
nor a length of zero (no characters);
otherwise throwing an exception with the specified message.
null
.
null
;
otherwise throwing an exception.
null
;
otherwise throwing an exception with the specified message.
null
placeholder where
null
has another meaning.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
null
reference to an empty one.
NumberUtils
instances should NOT be constructed in standard programming.
NumericEntityEscaper
for all characters.
Object
.ObjectUtils
instances should NOT be constructed in
standard programming.
null
has another meaning.Fraction
representation of 1.
Fraction
representation of 1/5.
Fraction
representation of 1/2.
Fraction
representation of 1/4.
Fraction
representation of 1/3.
null
.
java.lang
classes.equals(Object)
, toString()
,
hashCode()
, and compareTo(Object)
methods.java.math
for business mathematical classes.java.lang.reflect
APIs.java.text
.os.arch
System Property.
os.name
System Property.
os.version
System Property.
NumericEntityEscaper
outside of the specified values (exclusive).
UnicodeEscaper
outside of the specified values (exclusive).
"."
.
'.' == 46
.
path.separator
System Property.
System.err
.
BasicThreadFactory
.
EnumUtils.generateBitVector(java.lang.Class, java.lang.Iterable)
into the set of
enum values that it represents.
ConcurrentMap
if the key is not yet
present.
String
s.RandomStringUtils
instances should NOT be constructed in
standard programming.
Gets a Field value by name.
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
are equal.
Object
s
are equal.
Object
s
are equal.
Object
s
are equal.
ReflectionToStringBuilder
to generate a
toString
for the specified object.
ReflectionToStringBuilder
to generate a
toString
for the specified object.
ReflectionToStringBuilder
to generate a
toString
for the specified object.
ReflectionToStringBuilder
to generate a
toString
for the specified object.
Object.toString()
methods using reflection.repeat
times to form a
new String.
repeat
times to form a
new String, with a String separator injected each time.
max
values of the search String.
StringBuilder.reverse()
.
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
.
Object
to the specified stream.
Object
to a byte array for
storage/serialization.
ToStringStyle
to use.
isEquals
value.
ExecutorService
to be used by this class.
null
found.
null
found.
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.
UnsupportedOperationException
.
Map.Entry
value.
java.lang.Character.getType(char)
.
java.lang.Character.getType(char)
.
ToStringBuilder
to create a toString
.StopWatch
provides a convenient API for timings.String
s for
Java, Java Script, HTML and XML.StringEscapeUtils
instances should NOT be constructed in
standard programming.
String
that are
null
safe.StringUtils
instances should NOT be constructed in
standard programming.
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.
CharSequence
that is a subsequence of this
sequence starting with the char
value at the specified index.
System properties
to lookup the key to value.
java.lang.System
.Fraction
representation of 3/5.
Fraction
representation of 3/4.
TimedSemaphore
and initializes it with
the given time period and the limit.
TimedSemaphore
and initializes it with
an executor service, the given time period, and the limit.
null
by returning false
.
zero
is false
.
null
.
zero
is false
.
zero
is false
.
String
to a byte
, returning
zero
if the conversion fails.
String
to a byte
, returning a
default value if the conversion fails.
Date
into a Calendar
.
null
.
null
.
Character.valueOf(char)
which caches chars 0 through 127.
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.
String
to a short
, returning
zero
if the conversion fails.
String
to an short
, returning a
default value if the conversion fails.
Annotation.toString()
.
null
as an empty array.
null
s.
toString
value using the default ToStringStyle
through reflection.
toString
value through reflection.
toString
value through reflection.
toString
value through reflection.
toString
value through reflection.
toString
.
String
.
toString
of an Object
returning
an empty string ("") if null
input.
toString
of an Object
returning
a specified text if null
input.
String
.
Formattable
.
($left,$right)
.
Object.toString()
methods.'on'
,
'off'
, or null
.
'on'
or 'off'
.
String
formatting for ToStringBuilder
.'true'
,
'false'
, or null
.
'true'
or 'false'
.
'yes'
,
'no'
, or null
.
'yes'
or 'no'
.
null
by returning
null
.
null
.
null
if the String is
empty ("") after the trim or if it is null
.
Fraction
representation of 2/5.
Fraction
representation of 2/4.
Fraction
representation of 2/3.
Character.toLowerCase(char)
.
BasicThreadFactory
.
String
value for an unescaped CSV column.
String
.
String
.
UnicodeEscaper
for all characters.
String.toUpperCase()
.
String.toUpperCase(Locale)
.
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.
true
; otherwise
throwing an exception.
true
; otherwise
throwing an exception with the specified message.
WordUtils
instances should NOT be constructed in
standard programming.
' '
.
' '
.
ThreadFactory
to be wrapped by the new BasicThreadFactory
.
Fraction
representation of 0.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |