Package org.incendo.cloud.type.range
Interface IntRange
-
Method Summary
-
Method Details
-
minInt
int minInt()Returns the minimum value (inclusive).- Returns:
- minimum value
-
maxInt
int maxInt()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).
-