public class CycleSpanResults extends Object implements CycleResultsSegment, ResultReadable
CycleResultsSegment.EmptySegmentEMPTY| Constructor and Description |
|---|
CycleSpanResults(long min,
long nextMin,
int result) |
| Modifier and Type | Method and Description |
|---|---|
CycleResultsSegment |
filter(Predicate<ResultReadable> filter) |
long |
getCount() |
long |
getMinCycle() |
int |
getResult() |
Iterator<CycleResult> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompareToforEach, spliteratorpublic long getCount()
getCount in interface CycleResultsSegmentpublic long getMinCycle()
getMinCycle in interface CycleResultsSegmentpublic int getResult()
getResult in interface ResultReadablepublic CycleResultsSegment filter(Predicate<ResultReadable> filter)
filter in interface CycleResultsSegmentpublic Iterator<CycleResult> iterator()
iterator in interface Iterable<CycleResult>Copyright © 2018. All rights reserved.