Interface Bounds<E extends Number>

    • Method Detail

      • getLowerBound

        E getLowerBound​(int index)
        Returns the lower bound for the i-th element.
        Parameters:
        index - the i-th element
        Returns:
        the lower bound of the i-th element
      • getUpperBound

        E getUpperBound​(int index)
        Returns the upper bound for the i-th element.
        Parameters:
        index - the i-th element
        Returns:
        the upper bound of the i-th element