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) {@inheritDoc} |
boolean | equals(Object aObject) {@inheritDoc} |
int | hashCode() {@inheritDoc} |
String | toString() {@inheritDoc} |
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.