com.puppycrawl.tools.checkstyle.filters

Interface IntFilter

interface IntFilter

An interface for filtering Integer.

Author: o_sukhodolsky

Method Summary
booleanaccept(Integer aInt)
Determines whether or not a filtered Integer is accepted.

Method Detail

accept

public boolean accept(Integer aInt)
Determines whether or not a filtered Integer is accepted.

Parameters: aInt the Integer to filter.

Returns: true if the aInt is accepted.