Interface LongRange.LongRangeFrom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongRange
to(long maxInclusive)
Creates aLongRange
from the already provided lower bound tomaxInclusive
.LongRange
until(long maxExclusive)
Creates aLongRange
from the already provided lower bound tomaxExclusive
.
-