Interface StrideOutputSegment<D>

    • Method Summary

      Modifier and Type Method Description
      default int compareTo​(StrideOutputSegment other)  
      long getCount()  
      long getMinCycle()  
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • getCount

        long getCount()
      • getMinCycle

        long getMinCycle()
      • compareTo

        default int compareTo​(StrideOutputSegment other)
        Specified by:
        compareTo in interface java.lang.Comparable<D>