Package org.incendo.cloud.type.range
Interface ShortRange
-
Method Summary
-
Method Details
-
minShort
short minShort()Returns the minimum value (inclusive).- Returns:
- minimum value
-
maxShort
short maxShort()Returns the maximum value (inclusive).- Returns:
- maximum value
-
min
Description copied from interface:RangeReturns the minimum value (inclusive). -
max
Description copied from interface:RangeReturns the maximum value (inclusive).
-