public interface Input
| Modifier and Type | Method and Description |
|---|---|
CycleSegment |
getInputSegment(int segmentLength)
Return the next InputSegment available, or null if
none were available.
|
default boolean |
isContiguous() |
CycleSegment getInputSegment(int segmentLength)
All implementations of this method are required to be thread-safe.
segmentLength - The number of cycles (not necessarily contiguous) in the segment.default boolean isContiguous()
Copyright © 2017. All rights reserved.