Interface IntFilter
-
- All Known Implementing Classes:
CsvFilter,IntMatchFilter,IntRangeFilter
interface IntFilterAn interface for filtering Integer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(int intValue)Determines whether or not a filtered Integer is accepted.
-