-
Constructor Summary
Constructors
-
Method Summary
boolean
Whether the given value is in range of the minimum and the maximum.
-
Constructor Details
-
ByteRange
public ByteRange(Byte minimum,
Byte maximum)
-
ByteRange
public ByteRange(Byte value)
-
Method Details
-
isInRange
public boolean isInRange(Byte value)
Whether the given value is in range of the minimum and the maximum.
- Specified by:
isInRange in class Range<Byte>
- Parameters:
value - The value to be checked.
- Returns:
true if the value in the range of minimum and maximum,
otherwise false.