|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BoundFilter | |
| edu.neu.ccs.filter | Provides classes for filtering Stringable objects either by state or by type. |
| Uses of BoundFilter in edu.neu.ccs.filter |
| Subclasses of BoundFilter in edu.neu.ccs.filter | |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||