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