Interface IntFilterElement

    • 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.