Interface StrideOutputSegment<D>
-
- All Superinterfaces:
java.lang.Comparable<StrideOutputSegment<D>>,java.lang.Iterable<D>
- All Known Implementing Classes:
StrideOutputSegmentImpl
public interface StrideOutputSegment<D> extends java.lang.Comparable<StrideOutputSegment<D>>, java.lang.Iterable<D>
-
-
Method Summary
Modifier and Type Method Description default intcompareTo(StrideOutputSegment other)longgetCount()longgetMinCycle()
-
-
-
Method Detail
-
getCount
long getCount()
-
getMinCycle
long getMinCycle()
-
compareTo
default int compareTo(StrideOutputSegment other)
- Specified by:
compareToin interfacejava.lang.Comparable<D>
-
-