Class Summary
|
NumberAdapter<N extends Number & Comparable<? super N>>
|
An Adapter class to be used to extract from -adapt- the argument object to
some numeric value that would later be used in Condition evaluation. |
NumberAdapter.ByteAdapter
|
A subclass of NumberAdapter to be used to adapt an
argument object to byte values Clients can either use the
default implementation supplied or have their own. |
NumberAdapter.DoubleAdapter
|
A subclass of NumberAdapter to be used to adapt an
argument object to double values Clients can either use
the default implementation supplied or have their own. |
NumberAdapter.FloatAdapter
|
A subclass of NumberAdapter to be used to adapt an
argument object to float values Clients can either use the
default implementation supplied or have their own. |
NumberAdapter.IntegerAdapter
|
A subclass of NumberAdapter to be used to adapt an
argument object to int values Clients can either use the
default implementation supplied or have their own. |
NumberAdapter.LongAdapter
|
A subclass of NumberAdapter to be used to adapt an
argument object to long values Clients can either use the
default implementation supplied or have their own. |
NumberAdapter.ShortAdapter
|
A subclass of NumberAdapter to be used to adapt an
argument object to short values Clients can either use the
default implementation supplied or have their own. |
NumberCondition<N extends Number & Comparable<? super N>>
|
A Condition object that tests for numeric arguments. |
NumberCondition.ByteValue
|
A subclass of NumberCondition to be used to test for byte
values Clients can either use the default implementation supplied or have
their own. |
NumberCondition.DoubleValue
|
A subclass of NumberCondition to be used to test for
double values Clients can either use the default implementation supplied
or have their own. |
NumberCondition.FloatValue
|
A subclass of NumberCondition to be used to test for float
values Clients can either use the default implementation supplied or have
their own. |
NumberCondition.IntegerValue
|
A subclass of NumberCondition to be used to test for
integer values Clients can either use the default implementation supplied
or have their own. |
NumberCondition.LongValue
|
A subclass of NumberCondition to be used to test for long
values Clients can either use the default implementation supplied or have
their own. |
NumberCondition.ShortValue
|
A subclass of NumberCondition to be used to test for short
values Clients can either use the default implementation supplied or have
their own. |