|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NumericFilter | |
| edu.neu.ccs.filter | Provides classes for filtering Stringable objects either by state or by type. |
| Uses of NumericFilter in edu.neu.ccs.filter |
| Subclasses of NumericFilter in edu.neu.ccs.filter | |
class |
BoundFilter
Abstract superclass for filters that represent an inclusive or exclusive bounded range. |
class |
MaximumBoundFilter
Filter that enforces an inclusive or exclusive numeric upper bound by throwing an exception when the data to be filtered violates the bound. |
static class |
MaximumBoundFilter.BigDecimal
Maximum bound filter representing an real number upper bound of arbitrary precision. |
static class |
MaximumBoundFilter.BigInteger
Maximum bound filter representing an integer upper bound of arbitrary precision. |
static class |
MaximumBoundFilter.Double
Maximum bound filter representing a real number upper bound of primitive precision. |
static class |
MaximumBoundFilter.Long
Maximum bound filter representing an integer upper bound of primitive precision. |
class |
MinimumBoundFilter
Filter that enforces an inclusive or exclusive numeric lower bound by throwing an exception when the data to be filtered violates the bound. |
static class |
MinimumBoundFilter.BigDecimal
Minimum bound filter representing a real number lower bound of arbitrary precision. |
static class |
MinimumBoundFilter.BigInteger
Minimum bound filter representing an integer lower bound of arbitrary precision. |
static class |
MinimumBoundFilter.Double
Minimum bound filter representing a real number lower bound of primitive precision. |
static class |
MinimumBoundFilter.Long
Minimum bound filter representing an integer lower bound of primitive precision. |
class |
RangeFilter
Filter that enforces inclusive or exclusive numeric upper and lower bounds by throwing an exception when the data to be filtered violates either bound. |
static class |
RangeFilter.BigDecimal
Range filter representing real number upper and lower bounds of arbitrary precision. |
static class |
RangeFilter.BigInteger
Range filter representing integer upper and lower bounds of arbitrary precision. |
static class |
RangeFilter.Double
Range filter representing real number upper and lower bounds of primitive precision. |
static class |
RangeFilter.Long
Range filter representing integer upper and lower bounds of primitive precision. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||