Class CycleResultsSegment.EmptySegment
- java.lang.Object
-
- io.engineblock.activityapi.cyclelog.buffers.results.CycleResultsSegment.EmptySegment
-
- All Implemented Interfaces:
CycleResultsSegment,java.lang.Comparable<CycleResultsSegment>,java.lang.Iterable<CycleResult>
- Enclosing interface:
- CycleResultsSegment
public static class CycleResultsSegment.EmptySegment extends java.lang.Object implements CycleResultsSegment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.engineblock.activityapi.cyclelog.buffers.results.CycleResultsSegment
CycleResultsSegment.EmptySegment
-
-
Field Summary
-
Fields inherited from interface io.engineblock.activityapi.cyclelog.buffers.results.CycleResultsSegment
EMPTY
-
-
Constructor Summary
Constructors Constructor Description EmptySegment()
-
Method Summary
Modifier and Type Method Description longgetCount()longgetMinCycle()java.util.Iterator<CycleResult>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.engineblock.activityapi.cyclelog.buffers.results.CycleResultsSegment
compareTo, filter
-
-
-
-
Method Detail
-
getCount
public long getCount()
- Specified by:
getCountin interfaceCycleResultsSegment
-
getMinCycle
public long getMinCycle()
- Specified by:
getMinCyclein interfaceCycleResultsSegment
-
iterator
public java.util.Iterator<CycleResult> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<CycleResult>
-
-