public interface CycleResultsSegment extends Comparable<CycleResultsSegment>, Iterable<CycleResult>
| Modifier and Type | Interface and Description |
|---|---|
static class |
CycleResultsSegment.EmptySegment |
| Modifier and Type | Field and Description |
|---|---|
static CycleResultsSegment |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(CycleResultsSegment other) |
default CycleResultsSegment |
filter(Predicate<ResultReadable> filter) |
long |
getCount() |
long |
getMinCycle() |
forEach, iterator, spliteratorstatic final CycleResultsSegment EMPTY
long getCount()
long getMinCycle()
default CycleResultsSegment filter(Predicate<ResultReadable> filter)
default int compareTo(CycleResultsSegment other)
compareTo in interface Comparable<CycleResultsSegment>Copyright © 2018. All rights reserved.