|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
boolean Length and all values
are compared.
boolean Length and all values
are compared.
booleanss are equal using ==.
booleanss are <, > or ==.
byte Length and all values
are compared.
byte Length and all values
are compared.
bytes are equal using ==.
bytes are <, > or ==.
char Length and all values
are compared.
char Length and all values
are compared.
chars are equal using ==.
chars are <, > or ==.
double Length and all values
are compared.
double Length and all values
are compared.
doubles are equal by testing that the
pattern of bits returned by doubleToLong are equal.
doubles are <, > or ==.
float Length and all values
are compared.
float Length and all values
are compared.
floats are equal byt testing that the
pattern of bits returned by doubleToLong are equal.
doubles are <, > or ==.
int Length and all values
are compared.
int Length and all values
are compared.
ints are equal using ==.
ints are <, > or ==.
long Length and all values
are compared.
long Length and all values
are compared.
longs are equal using ==.
longs are <, > or ==.
Objects are equal using their equals
method.
Objects are equal using either the
compareTo method, or native comparison if the Objects are
actually arrays.
short Length and all values
are compared.
short Length and all values
are compared.
shorts are equal using ==.
shorts are <, > or ==.
CompareTo generation routines.
null.
Equals generation routines.
Throwable objects.ExceptionUtils.
Nestable to be thrown.
Throwable for a
getCause(), getNextException(),
getTargetException(), or
getException() method which returns a
Throwable object (standard as of JDK 1.4, and part
of the NestableException API),
extracting and returning the cause of the exception.
ExceptionUtils.getCause(Throwable) by
introspecting for only user-specified method names.
instanceof checks to examine the exception,
looking for well known types which could contain chained or
wrapped exceptions.
Throwable.
Throwable in the chain
of Throwables at the specified index, numbererd from 0.
Throwable in the chain
of Throwables at the specified index, numbererd from 0.
Nestable
and any nested Throwables.
Throwables
in an array of Strings, one element for each message.
Throwables
in an array of Strings, one element for each message.
ExceptionUtils.getCause(Throwable), and
returns that exception.
getStackFrames(Throwable) methods of this and the
NestableDelegate
classes.
Throwable object, decomposing it into a list of
stack frames.
Throwable object, decomposing it into a list of
stack frames.
Throwable in the chain of
Throwables at the specified index, numbererd from 0.
Throwable in the chain of
Throwables at the specified index, numbererd from 0.
Throwables contained in the
Nestable contained by this delegate.
Throwables represented by
this Nestable, including this Nestable.
Throwable objects in the
exception chain.
Nestable and any nested
Throwables in an array of Throwables, one
element for each Throwable.
Nestable and any nested Throwables
in an array of Throwables, one element for each
Throwable.
Throwable objects in the
exception chain.
HashCode generation routines.
Throwables, or -1 if the
specified type is not found in the chain.
Throwable
that matches the specified type in the chain of Throwables
held in this delegate's Nestable with an index greater than
or equal to the specified index, or -1 if the type is not found.
Throwable
that matches the specified type in the chain of Throwables
with an index greater than or equal to the specified index, or -1 if
the type is not found.
ExceptionUtils.indexOfThrowable(Throwable, Class, int),
starting the search at the beginning of the exception chain.
Throwable that matches the specified type in the
exception chain of Throwable objects with an index
greater than or equal to the specified index, or
-1 if the type is not found.
Nestable implementation).
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
detail message and nested Throwable.
NestableError with specified
nested Throwable.
NestableException without specified
detail message.
NestableException with specified
detail message.
NestableException with specified
detail message and nested Throwable.
NestableException with specified
nested Throwable.
NestableRuntimeException without specified
detail message.
NestableRuntimeException with specified
detail message.
NestableRuntimeException with specified
detail message and nested Throwable.
NestableRuntimeException with specified
nested Throwable.
Number objects.Object manipulation routines.String manipulation routines.max values of the search string.
SerializationException without specified
detail message.
SerializationException with specified
detail message.
SerializationException with specified
detail message and nested Throwable.
SerializationException with specified
nested Throwable.
StandardToStringStyle works with ToStringBuilder to create a
toString.
String manipulation routines.System class helpers.ToString generation routine.
ToStringStyle works with ToStringBuilder to create a
toString.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||