| Modifier and Type | Class and Description |
|---|---|
static class |
CycleArray.ArraySegment |
| Constructor and Description |
|---|
CycleArray(long... values) |
| Modifier and Type | Method and Description |
|---|---|
CycleSegment |
getInputSegment(int segmentLength)
Return the next InputSegment available, or null if
none were available.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisContiguouspublic CycleSegment getInputSegment(int segmentLength)
InputAll implementations of this method are required to be thread-safe.
getInputSegment in interface InputsegmentLength - The number of cycles (not necessarily contiguous) in the segment.Copyright © 2017. All rights reserved.