Interface MinMax
@Immutable
public interface MinMax
Used for Distributions.bins
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintdefault intdefault intintdefault intdefault int
-
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()
-