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) |
| boolean | equals(Object aObject) |
| int | hashCode() |
| String | toString() |
Parameters: aMatchValue the matching int.