JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.puppycrawl.tools.checkstyle.filters
Interface IntFilter
All Known Implementing Classes:
CsvFilter
,
IntMatchFilter
,
IntRangeFilter
interface
IntFilter
An interface for filtering Integer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
accept
(int intValue)
Determines whether or not a filtered Integer is accepted.
Method Detail
accept
boolean accept(int intValue)
Determines whether or not a filtered Integer is accepted.
Parameters:
intValue
- the Integer to filter.
Returns:
true if the intValue is accepted.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method