| Modifier and Type | Class and Description |
|---|---|
static class |
InputInterval.Segment |
| Constructor and Description |
|---|
InputInterval(long min,
long nextMin) |
| Modifier and Type | Method and Description |
|---|---|
CycleSegment |
getInputSegment(int segmentLength)
Return the next InputSegment available, or null if
none were available.
|
boolean |
isContiguous() |
String |
toString() |
public 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.public boolean isContiguous()
isContiguous in interface InputCopyright © 2017. All rights reserved.