public interface longIntervalSupplier
| Modifier and Type | Method and Description |
|---|---|
long |
getCycleInterval(int 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.
|
long getCycleInterval(int stride)
stride - How many values to requestCopyright © 2018. All rights reserved.