com.puppycrawl.tools.checkstyle.filters
class IntMatchFilter extends Object implements IntFilter
Constructor Summary | |
---|---|
IntMatchFilter(int aMatchValue)
Constructs a MatchFilter for an int. |
Method Summary | |
---|---|
boolean | accept(Integer aInt) {@inheritDoc} |
boolean | equals(Object aObject) {@inheritDoc} |
int | hashCode() {@inheritDoc} |
String | toString() {@inheritDoc} |
Parameters: aMatchValue the matching int.