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 Description boolean
accept(int intValue)
Determines whether or not a filtered Integer is accepted.
-