Interface MinMax


@Immutable public interface MinMax
Used for Distributions.bins
  • Method Details

    • lowerBoundary

      int lowerBoundary()
    • isLowerInclusive

      boolean isLowerInclusive()
    • upperBoundary

      int upperBoundary()
    • isUpperInclusive

      boolean isUpperInclusive()
    • lowerInclusive

      @Derived default int lowerInclusive()
    • upperInclusive

      @Derived default int upperInclusive()
    • lowerExclusive

      @Derived default int lowerExclusive()
    • upperExclusive

      @Derived default int upperExclusive()