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