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(@NotNull 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(@NotNull
@NotNull CycleResultsSegment other)
compareTo in interface Comparable<CycleResultsSegment>Copyright © 2017. All rights reserved.