com.puppycrawl.tools.checkstyle.filters
class IntRangeFilter extends Object implements IntFilter
| Constructor Summary | |
|---|---|
| IntRangeFilter(int aLowerBound, int aUpperBound)
Constructs a IntRangeFilter with a
lower bound and an upper bound for the range. | |
| Method Summary | |
|---|---|
| boolean | accept(Integer aInt) |
| boolean | equals(Object aObject) |
| int | hashCode() |
| String | toString() |
IntRangeFilter with a
lower bound and an upper bound for the range.Parameters: aLowerBound the lower bound of the range. aUpperBound the upper bound of the range.