Interface MinMax
-
@Immutable public interface MinMaxUsed for Distributions.bins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanisLowerInclusive()booleanisUpperInclusive()intlowerBoundary()default intlowerExclusive()default intlowerInclusive()intupperBoundary()default intupperExclusive()default intupperInclusive()
-
-
-
Method Detail
-
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()
-
-