Class SingleBound.UpperBoundExclusive<T extends Number>

    • Constructor Detail

      • UpperBoundExclusive

        UpperBoundExclusive​(T bound)
        Constructor.
        Parameters:
        bound - T; bound
    • Method Detail

      • accept

        protected boolean accept​(Number value)
        Returns true if the bound accepts the value.
        Specified by:
        accept in class SingleBound.Bound
        Parameters:
        value - Number; the value to check
        Returns:
        true if the bound accepts the value