Package org.incendo.cloud.type.range
Interface ByteRange
-
Method Summary
-
Method Details
-
minByte
byte minByte()Returns the minimum value (inclusive).- Returns:
- minimum value
-
maxByte
byte maxByte()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).
-