public interface longIntervalSupplier extends LongSupplier
| Modifier and Type | Method and Description |
|---|---|
long |
getInterval(long stride)
Get the next interval to be consumed by the caller, where the
first value is the returned value, and the last value is
one less than the first value plus the stride.
|
getAsLonglong getInterval(long stride)
stride - How many values to requestCopyright © 2017. All rights reserved.