Interface StrideOutputSegment<D>
- All Superinterfaces:
Comparable<StrideOutputSegment<D>>,Iterable<D>
- All Known Implementing Classes:
StrideOutputSegmentImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault intcompareTo(StrideOutputSegment other) longgetCount()longMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getCount
long getCount() -
getMinCycle
long getMinCycle() -
compareTo
- Specified by:
compareToin interfaceComparable<D>
-